Skip to content

Commit a5ffaa2

Browse files
fix
1 parent 0bcbb5a commit a5ffaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/warn_direct_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
sudo apt install jq
2020
echo "error: Direct push was detected!!"
21-
PUSHER_GITHUB="${{ event.pusher.username}}"
21+
PUSHER_GITHUB="${{ github.event.pusher.username }}"
2222
echo "= cause: ${PUSHER_GITHUB}'s push"
2323
echo "= help: This is not recommended."
2424
echo "= help: Please revert those commit github."

0 commit comments

Comments
 (0)