Migrate climb page to Next 13 structure (#1195) #132
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: notify-discord | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Actions for Discord | |
env: | |
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} | |
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9 | |
with: | |
args: ${{ env.DISCORD_MESSAGE }} | |
- name: Error Alert | |
if: failure() | |
uses: Ilshidur/action-discord@0c4b27844ba47cb1c7bee539c8eead5284ce9fa9 | |
with: | |
args: '🚨 An error occurred while running the workflow. test' |