fix: script endpoint
This commit is contained in:
parent
e0a25327b6
commit
c1242c78ac
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://alaskar-api:8080/alaskartv"
|
curl -X POST "http://alaskar-api:8080/api/alaskartv"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue