remove extraneous double quote

This commit is contained in:
Joey Orlando 2023-08-17 11:19:05 +02:00
parent 7ecfee9f8e
commit a464fb3fd5
No known key found for this signature in database
GPG key ID: 469E88366B17F644

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