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 6da8493 commit dfc30b5Copy full SHA for dfc30b5
.github/workflows/publish-assets.yaml
@@ -20,7 +20,7 @@ jobs:
20
ref: ${{ github.event.release.tag_name }}
21
22
- name: Build catalog
23
- uses: ibm-garage-cloud/action-module-catalog@main
+ uses: ibm-garage-cloud/action-module-catalog@v1
24
with:
25
tagName: ${{ github.event.release.tag_name }}
26
distDir: ${{ env.DIST_DIR }}
@@ -31,4 +31,4 @@ jobs:
31
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: ${{ env.DIST_DIR }}
34
- publish_branch: ${{ env.PUBLISH_BRANCH }}
+ publish_branch: ${{ env.PUBLISH_BRANCH }}
module.yaml
@@ -23,7 +23,7 @@ versions:
- name: region
scope: global
- name: name
- scope: ignore
+ scope: module
27
- name: name_prefix
28
29
- name: ibmcloud_api_key
0 commit comments