Merge pull request #2814 from grafana/dev

remove extraneous double quote
This commit is contained in:
Vadim Stepanov 2023-08-17 10:20:35 +01:00 committed by GitHub
commit f84ebfdabf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'"