Skip to content

another attempt to get animations working yet failed again #110

another attempt to get animations working yet failed again

another attempt to get animations working yet failed again #110

Workflow file for this run

name: Notify Discord on Push
on:
push: #Trigger On Push
branches: [ "dev/**" ]
jobs:
notify-discord:
continue-on-error: true
name: Notify Discord
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Notify Discord
env:
COMMIT_FROM: ${{ github.event.push.before }}
COMMIT_TO: ${{ github.event.push.after }}
WEBHOOK: ${{ secrets.DISCORD_INTERNAL_COMMITS_WEBHOOK }}
run: chmod -R a+rX .github/workflows/* ; bash ./.github/workflows/discord_commit.sh -i