From 7402474d98f72e7066f7f7b702a8428583ef2752 Mon Sep 17 00:00:00 2001 From: Carlos Carrasco Varas Date: Mon, 18 May 2026 11:34:31 -0400 Subject: [PATCH] Fix markdown formatting for code blocks in README Updated code blocks in README to use proper markdown syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a52946a..6f3c39f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ A list of ssh arguments, they must be prefixed with -o and separated by a comma, Use the latest version from Marketplace,eg: ssh-deploy@v5.1.0 or use the latest version from a branch, eg: ssh-deploy@main -``` +```yaml - name: Deploy to Staging server uses: easingthemes/ssh-deploy@main with: