diff --git a/.github/workflows/pub_staging_pr.yml b/.github/workflows/pub_staging_pr.yml index aac9f54..9e728a4 100644 --- a/.github/workflows/pub_staging_pr.yml +++ b/.github/workflows/pub_staging_pr.yml @@ -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"}' \ No newline at end of file + https://api.github.com/repos/awalsh128/cache-apt-pkgs-action-ci/dispatches \ + -d '{"event_type":"staging_pull_request"}'