Merge pull request #1560 from GriffinRichards/retire-ok

Retire OK bot
This commit is contained in:
GriffinR 2021-11-27 21:27:14 -05:00 committed by GitHub
commit e677a00676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,14 +52,6 @@ jobs:
COMPARE: 0 COMPARE: 0
run: make -j${nproc} all run: make -j${nproc} all
- name: Webhook
if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
env:
CALCROM_DISCORD_WEBHOOK_USERNAME: OK
CALCROM_DISCORD_WEBHOOK_AVATAR_URL: https://i.imgur.com/38BQHdd.png
CALCROM_DISCORD_WEBHOOK_URL: ${{ secrets.CALCROM_DISCORD_WEBHOOK_URL }}
run: sh .github/calcrom/webhook.sh pokeemerald
- name: Move symfiles - name: Move symfiles
if: ${{ github.event_name == 'push' }} if: ${{ github.event_name == 'push' }}
run: | run: |