This commit is contained in:
awalsh128 2021-10-12 12:56:33 -07:00
parent d75ee73163
commit 648e349c80

View file

@ -11,8 +11,9 @@ jobs:
name: Publish staging pull request.
steps:
- run: |
curl -X POST \
curl -i \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/awalsh128/cache-apt-pkgs-actions-ci/dispatches \
-d '{"event_type":"staging_pull_request"}'
https://api.github.com/repos/awalsh128/cache-apt-pkgs-action-ci/dispatches \
-d '{"event_type":"staging_pull_request"}'