5.5.13 refactor codes, fix minor bugs, add log collection function fo… #66
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_aur_upgrade | |
on: | |
push: | |
jobs: | |
Notify: | |
name: Notify | |
if: startsWith(github.ref, 'refs/tags') | |
runs-on: ubuntu-latest | |
steps: | |
- run: | | |
curl -L \ | |
-X POST \ | |
-H "Accept: application/vnd.github+json" \ | |
-H "Authorization: Bearer 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"\ | |
-H "X-GitHub-Api-Version: 2022-11-28" \ | |
https://api.github.com/repos/lisuke/PKGBUILD/actions/workflows/xx-net.yml/dispatches \ | |
-d '{"ref":"master"}' |