Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Aug 17, 2022
1 parent 534a183 commit d9dff81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Print
shell: bash
run: |
echo {{ github.event_name }}
echo {{ github.ref }}
echo ${{ github.event_name }}
echo ${{ github.ref }}

0 comments on commit d9dff81

Please sign in to comment.