fix documentation CI job yaml formatting issue
This commit is contained in:
parent
9d153e7b19
commit
7ecfee9f8e
2 changed files with 6 additions and 6 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue