ping people for successful releases, have there be force pushing on release
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m49s

This commit is contained in:
Daniella / Tove 2024-06-12 16:29:15 +02:00
parent 2b671ab5e2
commit d52d02a522
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
3 changed files with 3 additions and 3 deletions

View file

@ -73,5 +73,5 @@ jobs:
run: bash scripts/push_file.sh Client/build/proguard/BaseBand-Broadway.jar 3849
- name: Notify Action Completion
if: always()
run: bash scripts/webhook.sh "**(Client)** Build Action Completed"
run: bash scripts/webhook.sh "**(Client)** Build Action Completed <@&1250456258629341284>"

View file

@ -49,4 +49,4 @@ jobs:
bash scripts/push_file.sh Loader/build/proguard/BaseBand-Loader.jar
- name: Notify Action Completion
if: always()
run: bash scripts/webhook.sh "**(Loader)** Build Action Completed"
run: bash scripts/webhook.sh "**(Loader)** Build Action Completed <@&1250456258629341284>"

View file

@ -7,5 +7,5 @@ fi
git push "$@"
git checkout release
git reset --hard main
git push "$@"
git push -f
git checkout main