ping people for successful releases, have there be force pushing on release
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m49s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m49s
This commit is contained in:
parent
2b671ab5e2
commit
d52d02a522
3 changed files with 3 additions and 3 deletions
|
@ -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>"
|
||||
|
||||
|
|
|
@ -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>"
|
||||
|
|
|
@ -7,5 +7,5 @@ fi
|
|||
git push "$@"
|
||||
git checkout release
|
||||
git reset --hard main
|
||||
git push "$@"
|
||||
git push -f
|
||||
git checkout main
|
Loading…
Add table
Reference in a new issue