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 2bd4e16 commit 1cabbe1Copy full SHA for 1cabbe1
.github/workflows/update.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run scripts
40
run: |
41
- bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template
42
- bash ${{ GITHUB_ACTION_PATH }}/scripts/upload-catalog
+ bash ${{ GITHUB_ACTION_PATH }}/scripts/renew-catalog-template.sh
+ bash ${{ GITHUB_ACTION_PATH }}/scripts/upload-catalog.sh
43
44
0 commit comments