diff --git a/.github/workflows/pub_master_push_event.yml b/.github/workflows/pub_master_push_event.yml index b026e65..0339a05 100644 --- a/.github/workflows/pub_master_push_event.yml +++ b/.github/workflows/pub_master_push_event.yml @@ -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"}' \ No newline at end of file + -d '{"event_type":"master_push"}'