mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
2
.github/workflows/build_docker_image.yml
vendored
2
.github/workflows/build_docker_image.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
url: ${{ secrets.WEBHOOK_URL_3 }}
|
||||
|
||||
-
|
||||
name: Invoke deployment hook (scheduler)
|
||||
name: Invoke deployment hook (stream_notifications)
|
||||
uses: joelwmale/webhook-action@master
|
||||
with:
|
||||
url: ${{ secrets.WEBHOOK_URL_4 }}
|
||||
|
||||
@@ -9,5 +9,5 @@ data=`echo $response | jq -r '.data.data'`
|
||||
echo "$data" | jq -r 'to_entries[] | "\(.key)=\(.value)"' | while IFS= read -r line; do
|
||||
key=$(echo "$line" | cut -d '=' -f 1)
|
||||
value=$(echo "$line" | cut -d '=' -f 2-)
|
||||
echo "$key=$value"
|
||||
echo "$key=\"$value\""
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user