From f6865ceb98dac522e3068539388b45f0bd80a971 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Tue, 12 Oct 2021 12:24:31 -0700 Subject: [PATCH] Fix indent. --- .github/workflows/pub_staging_pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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