Skip to content

Commit 80795f9

Browse files
fix quote issue
1 parent 1046e8d commit 80795f9

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
@@ -23,7 +23,7 @@ jobs:
2323
echo " help: This is not recommended."
2424
echo " help: Please revert those commit github."
2525
# 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"
26+
PUSHER_DISCORD="$(echo '${{ secrets.DIRECT_PUSH_DETECTOR_USER_MAPS }}' | jq '[.[] | ({ key: .github[], value: .discord })] | from_entries" | jq -r ".$PUSHER_GITHUB")"
2727
PUSHER_DISCORD_MENTION=""
2828
if [ "$PUSHER_DISCORD" -eq "null" ]; then
2929
echo "warn: pusher's Discord numeric id could not found."

0 commit comments

Comments
 (0)