Skip to content

Commit

Permalink
Switch args
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorntonMatthew committed Dec 10, 2024
1 parent 9b2e2b6 commit 917dfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-creation-alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- name: Send Alert
# uses: distributhor/[email protected]
run: echo ${{ contains('refs/heads/uat', github.ref) }}
run: echo ${{ contains(github.ref, 'refs/heads/uat') }}

0 comments on commit 917dfef

Please sign in to comment.