Merge pull request #30 from gpelisset/main #2
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: Update bot data | |
# Configures this workflow to run every time a change is pushed to the branch called `release`. | |
on: | |
push: | |
branches: ['main'] | |
jobs: | |
update-data: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call webhook | |
run: curl -X POST ${{secrets.DEPLOY_WEBHOOK}} |