diff --git a/.github/workflows/pub_staging_pr.yml b/.github/workflows/pub_staging_pr.yml index b27de9e..515556b 100644 --- a/.github/workflows/pub_staging_pr.yml +++ b/.github/workflows/pub_staging_pr.yml @@ -11,6 +11,6 @@ jobs: name: Publish staging pull request. steps: - run: | - curl -X POST -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos/awalsh128/cache-apt-pkgs-actions-ci/dispatches \ - -d '{"event_type":"staging_pull_request"}' \ No newline at end of file + curl -X POST -H "Accept: application/vnd.github.v3+json" \ + https://api.github.com/repos/awalsh128/cache-apt-pkgs-actions-ci/dispatches \ + -d '{"event_type":"staging_pull_request"}' \ No newline at end of file