Skip to content

Commit

Permalink
ci: change syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Jun 21, 2024
1 parent 0b7d25c commit 88b90ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: ci-job-tools
run: make ci-job-tools
- name: Create Issue on Failed workflow
if: ${{ failure() }}
if: failure()
uses: dacbd/create-issue-action@main
with:
token: ${{ github.token }}
Expand Down

0 comments on commit 88b90ea

Please sign in to comment.