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 0bcbb5a commit a5ffaa2Copy full SHA for a5ffaa2
.github/workflows/warn_direct_push.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
sudo apt install jq
20
echo "error: Direct push was detected!!"
21
- PUSHER_GITHUB="${{ event.pusher.username}}"
+ PUSHER_GITHUB="${{ github.event.pusher.username }}"
22
echo "= cause: ${PUSHER_GITHUB}'s push"
23
echo "= help: This is not recommended."
24
echo "= help: Please revert those commit github."
0 commit comments