Skip to content

Commit

Permalink
fix: coraza main branch.
Browse files Browse the repository at this point in the history
jcchavezs committed Feb 23, 2024
1 parent 38802f8 commit 6c30a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-coraza-check.yaml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:

- name: Get last commit of coraza
id: coraza-latest-commit
run: echo "value=$(gh api repos/corazawaf/coraza/commits/v3/dev -q .sha)" >> $GITHUB_OUTPUT
run: echo "value=$(gh api repos/corazawaf/coraza/commits/main -q .sha)" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6c30a05

Please sign in to comment.