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 0744acd commit fc9bf6eCopy full SHA for fc9bf6e
.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 ${{ env.GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh
+ bash ${{ env.GITHUB_ACTION_PATH }}/scripts/upload-catalog.sh
41
42
0 commit comments