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 bf285f0 commit f3b46b6Copy full SHA for f3b46b6
.github/workflows/update-docs.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Run scripts
38
run: |
39
- bash $GITHUB_ACTION_PATH /scripts/renew-catalog-template.sh
40
- bash $GITHUB_ACTION_PATH /scripts/upload-catalog.sh
+ bash ${GITHUB_ACTION_PATH}/scripts/renew-catalog-template.sh
+ bash ${GITHUB_ACTION_PATH}/scripts/upload-catalog.sh
41
42
0 commit comments