fix: script sh compliance
This commit is contained in:
parent
054db2b11c
commit
375e351d96
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ if [ "$latest_release" != "$version" ]; then
|
||||||
curl -X POST "https://api.telegram.org/bot$BOT_TOKEN/sendMessage" \
|
curl -X POST "https://api.telegram.org/bot$BOT_TOKEN/sendMessage" \
|
||||||
-d chat_id="$CHAT_ID" \
|
-d chat_id="$CHAT_ID" \
|
||||||
-d text="🚀 New Release Detected: $latest_release on $REPO_OWNER/$REPO_NAME"
|
-d text="🚀 New Release Detected: $latest_release on $REPO_OWNER/$REPO_NAME"
|
||||||
curl -X POST "http://localhost:8080/alaskartv"
|
curl -X POST "http://127.0.0.1:8080/alaskartv"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue