mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Letter
This commit is contained in:
parent
d75ee73163
commit
648e349c80
5
.github/workflows/pub_staging_pr.yml
vendored
5
.github/workflows/pub_staging_pr.yml
vendored
|
@ -11,8 +11,9 @@ jobs:
|
||||||
name: Publish staging pull request.
|
name: Publish staging pull request.
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
curl -X POST \
|
curl -i \
|
||||||
|
-X POST \
|
||||||
-H "Accept: application/vnd.github.v3+json" \
|
-H "Accept: application/vnd.github.v3+json" \
|
||||||
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
||||||
https://api.github.com/repos/awalsh128/cache-apt-pkgs-actions-ci/dispatches \
|
https://api.github.com/repos/awalsh128/cache-apt-pkgs-action-ci/dispatches \
|
||||||
-d '{"event_type":"staging_pull_request"}'
|
-d '{"event_type":"staging_pull_request"}'
|
Loading…
Reference in a new issue