Skip to content

Commit

Permalink
Fix jekyll syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Apr 3, 2024
1 parent b29e001 commit cfd7657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-actions-workshop/presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
job1:
runs-on: ubuntu-latest
steps:
- run: echo "${{ format('GitHub SHA: {0}', github.sha) }}"
- run: echo "$\{{ format('GitHub SHA: \{0\}', github.sha) }}"
# Example: it will output 'GitHub SHA: 80910396b2df0f055442575dc109f856edfbc24b'
```

Expand Down

0 comments on commit cfd7657

Please sign in to comment.