diff options
| author | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2024-09-18 21:49:35 -0400 |
|---|---|---|
| committer | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2024-09-18 21:49:35 -0400 |
| commit | 21cfdbd4588eb44e7c12ce8beb5096fe39833ff2 (patch) | |
| tree | 33b1b69f0f67a2a05eb0b1af4b4f08f1c01999f4 /.github/workflows/main.yml | |
| parent | Identify remaining uses of `wd0b5` and `wd11e` (#463) (diff) | |
| download | pokeyellow-21cfdbd4588eb44e7c12ce8beb5096fe39833ff2.tar.gz pokeyellow-21cfdbd4588eb44e7c12ce8beb5096fe39833ff2.tar.xz pokeyellow-21cfdbd4588eb44e7c12ce8beb5096fe39833ff2.zip | |
Remove the Discord webhook and tools/unnamed.py
Everything is named, unnamed.py reports 100.00% complete
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a0da0f3..7ac61def 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,13 +48,6 @@ jobs: return 1 fi - - name: Discord webhook - if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }} - env: - DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} - run: | - .github/webhook.sh - - name: Checkout symbols if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }} uses: actions/checkout@master |
