Skip to content

Commit

Permalink
Fix typo in regex-test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Nov 19, 2024
1 parent 7717829 commit f3f9a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regex-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:

- name: Report status
run: |
echo "PATTERN MATCHED!!! github.ref_name = {{ github.ref_name }}"
echo "PATTERN MATCHED!!! github.ref_name = ${{ github.ref_name }}"

0 comments on commit f3f9a72

Please sign in to comment.