From a464fb3fd53e84ae578b4c02c7fdac752ce70ffd Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Thu, 17 Aug 2023 11:19:05 +0200 Subject: [PATCH] remove extraneous double quote --- .github/workflows/publish-technical-documentation-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 523290c8..4e34c200 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -68,7 +68,7 @@ jobs: 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" + ./.github/actions/website-sync - name: "Publish to website repository (release)" if: "steps.has-matching-release-tag.outputs.bool == 'true'"