remove extraneous double quote
This commit is contained in:
parent
7ecfee9f8e
commit
a464fb3fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue