We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34af43b commit dcac254Copy full SHA for dcac254
.github/workflows/update-make-docs.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Update procedure
14
run: |
15
BRANCH="update-make-docs"
16
- git checkout "${BRANCH}"
+ git checkout -b "${BRANCH}"
17
curl -s -Lo docs/docs.mk https://raw.githubusercontent.com/grafana/writers-toolkit/main/docs/docs.mk
18
curl -s -Lo docs/make-docs https://raw.githubusercontent.com/grafana/writers-toolkit/main/docs/make-docs
19
if git diff --exit-code; then exit 0; fi
0 commit comments