Skip to content

Commit 7e14b96

Browse files
Merge pull request #33 from KisaragiEffective/warn-target
2 parents b01cc5a + 80795f9 commit 7e14b96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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."

asdflkjaweotirjiasrg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)