Modify space width in cap45.json #11
This file contains hidden or 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: LINK Gallery Update | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Dispatch Updates of Gallery | |
| run: | | |
| curl -L \ | |
| -X POST \ | |
| -H 'Accept: application/vnd.github+json' \ | |
| -H 'Authorization: Bearer ${{ secrets.PAT }}' \ | |
| https://api.github.com/repos/lnelab/web-link/dispatches \ | |
| -d '{"event_type":"gallery-update","client_payload":{}}' |