From 7ecfee9f8ed82aa223bcab9fb9cb81e6e43f7567 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 17 Aug 2023 11:07:36 +0200 Subject: [PATCH] fix documentation CI job yaml formatting issue --- .github/workflows/publish-technical-documentation-next.yml | 6 +++--- .../workflows/publish-technical-documentation-release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-technical-documentation-next.yml b/.github/workflows/publish-technical-documentation-next.yml index 44c36199..76cf4b60 100644 --- a/.github/workflows/publish-technical-documentation-next.yml +++ b/.github/workflows/publish-technical-documentation-next.yml @@ -36,9 +36,9 @@ jobs: # It must be regenerated in the grafanabot GitHub account and requires a Grafana organization # GitHub administrator to update the organization secret. # The IT helpdesk can update the organization secret. - run: > - git clone --single-branch --no-tags --depth 1 - -b master https://grafanabot:${{ secrets.WEBSITE_SYNC_TOKEN }}@github.com/grafana/website-sync + run: | + git clone --single-branch --no-tags --depth 1 \ + -b master https://grafanabot:${{ secrets.WEBSITE_SYNC_TOKEN }}@github.com/grafana/website-sync \ ./.github/actions/website-sync - name: "Publish to website repository (next)" diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 727488a8..523290c8 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -65,9 +65,9 @@ jobs: # It must be regenerated in the grafanabot GitHub account and requires a Grafana organization # GitHub administrator to update the organization secret. # The IT helpdesk can update the organization secret. - run: > - git clone --single-branch --no-tags --depth 1 - -b master https://grafanabot:${{ secrets.WEBSITE_SYNC_TOKEN }}@github.com/grafana/website-sync + run: | + git clone --single-branch --no-tags --depth 1 \ + -b master https://grafanabot:${{ secrets.WEBSITE_SYNC_TOKEN }}@github.com/grafana/website-sync \ ./.github/actions/website-sync" - name: "Publish to website repository (release)"