Update pub_master_push_event.yml

This commit is contained in:
Andrew Walsh 2022-03-26 12:54:33 -07:00 committed by GitHub
parent b229047610
commit c8f8c819da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"}'