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 1046e8d commit 80795f9Copy full SHA for 80795f9
.github/workflows/warn_direct_push.yml
@@ -23,7 +23,7 @@ jobs:
23
echo " help: This is not recommended."
24
echo " help: Please revert those commit github."
25
# TODO: checkout branch and revert default branch to base.
26
- PUSHER_DISCORD="$(echo '${{ secrets.DIRECT_PUSH_DETECTOR_USER_MAPS }}' | jq '[.[] | ({ key: .github[], value: .discord })] | from_entries" | jq -r ".$PUSHER_GITHUB"
+ PUSHER_DISCORD="$(echo '${{ secrets.DIRECT_PUSH_DETECTOR_USER_MAPS }}' | jq '[.[] | ({ key: .github[], value: .discord })] | from_entries" | jq -r ".$PUSHER_GITHUB")"
27
PUSHER_DISCORD_MENTION=""
28
if [ "$PUSHER_DISCORD" -eq "null" ]; then
29
echo "warn: pusher's Discord numeric id could not found."
0 commit comments