Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-gagnon authored Nov 27, 2023
1 parent b36bef6 commit 8e50669
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- uses: actions/checkout@v4
with:
path: 'ActionsFundamentals'

- name: Create error
shell: pwsh
run: |
throw "Error!"
- name: Print Event Name
shell: bash
Expand Down

0 comments on commit 8e50669

Please sign in to comment.