Update pub_master_push_event.yml
This commit is contained in:
parent
b229047610
commit
c8f8c819da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pub_master_push_event.yml
vendored
4
.github/workflows/pub_master_push_event.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
publish_event:
|
||||
runs-on: ubuntu-latest
|
||||
name: Publish staging push
|
||||
name: Publish master push
|
||||
steps:
|
||||
- run: |
|
||||
curl -i \
|
||||
|
@ -16,4 +16,4 @@ jobs:
|
|||
-H "Accept: application/vnd.github.v3+json" \
|
||||
-H "Authorization: token ${{ secrets.PUBLISH_PUSH_TOKEN }}" \
|
||||
https://api.github.com/repos/awalsh128/cache-apt-pkgs-action-ci/dispatches \
|
||||
-d '{"event_type":"master_push"}'
|
||||
-d '{"event_type":"master_push"}'
|
||||
|
|
Loading…
Reference in a new issue