Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
busla committed Nov 28, 2024
1 parent 3900c27 commit d07330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/revert-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- name: Debug
run: |
PR_NUMBER=${{ needs.fetch-pr.outputs.PR_NUMBER }}
PR_NUMBER=${{ needs.detect-failure.outputs.PR_NUMBER }}
echo "Reverting PR: $PR_NUMBER"
- name: Execute PR revert
Expand Down

0 comments on commit d07330a

Please sign in to comment.