fix documentation CI job yaml formatting issue

This commit is contained in:
Joey Orlando 2023-08-17 11:07:36 +02:00
parent 9d153e7b19
commit 7ecfee9f8e
No known key found for this signature in database
GPG key ID: 469E88366B17F644
2 changed files with 6 additions and 6 deletions

View file

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

View file

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