Skip to content

Commit 7c9c274

Browse files
committed
Fix jekyll syntax error
1 parent b29e001 commit 7c9c274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gh-actions-workshop/presentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ jobs:
301301
job1:
302302
runs-on: ubuntu-latest
303303
steps:
304-
- run: echo "${{ format('GitHub SHA: {0}', github.sha) }}"
305-
# Example: it will output 'GitHub SHA: 80910396b2df0f055442575dc109f856edfbc24b'
304+
- run: echo "${{ github.sha + ' ola' }}"
305+
# Example: it will output 'GitHub SHA: 80910396b2df0f055442575dc109f856edfbc24b ola'
306306
```
307307

308308
---

0 commit comments

Comments
 (0)