.gitea/workflows/release-nr-mod.yml aktualisiert
This commit is contained in:
@@ -92,9 +92,9 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Send to second chat (with error checking)
|
# Send to second chat (with error checking)
|
||||||
# if ! curl -s -f -o /dev/null -F document=@"p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip" \
|
if ! curl -s -f -o /dev/null -F document=@"p9_nr_platform_mod_v${{ env.MOD_VERSION }}.zip" \
|
||||||
# -F caption="New NR Module Release ${{ env.RELEASE_TAG }}" \
|
-F caption="New NR Module Release ${{ env.RELEASE_TAG }}" \
|
||||||
# "https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_2}"; then
|
"https://api.telegram.org/bot${BOT_TOKEN}/sendDocument?chat_id=${CHAT_ID_2}"; then
|
||||||
# echo "Failed to send to second chat"
|
echo "Failed to send to second chat"
|
||||||
# exit 1
|
exit 1
|
||||||
# fi
|
fi
|
||||||
Reference in New Issue
Block a user