We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fde98f commit 0e9b07aCopy full SHA for 0e9b07a
.github/workflows/scan-secrets.yml
@@ -86,7 +86,7 @@ jobs:
86
after=$(jq -r -e '.after' $GITHUB_EVENT_PATH)
87
echo "https://github.com/${{ github.repository }}/compare/${before}...${after}"
88
89
- - if: github.event_name == 'opened'
+ - if: github.event.action == 'opened'
90
name: Provide URL showing code that needs human eyes (newly opened PR)
91
shell: bash
92
run: |
0 commit comments