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 7c9c274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-actions-workshop/presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ jobs:
job1:
runs-on: ubuntu-latest
steps:
- run: echo "${{ format('GitHub SHA: {0}', github.sha) }}"
# Example: it will output 'GitHub SHA: 80910396b2df0f055442575dc109f856edfbc24b'
- run: echo "${{ github.sha + ' ola' }}"
# Example: it will output 'GitHub SHA: 80910396b2df0f055442575dc109f856edfbc24b ola'
```

---
Expand Down

0 comments on commit 7c9c274

Please sign in to comment.