Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ jobs:
notify:
runs-on: ubuntu-latest

strategy:
matrix:
repo:
- cloud-native-toolkit/ibm-garage-iteration-zero
- cloud-native-toolkit/garage-terraform-modules

steps:
- name: Publish repository dispatch
uses: ibm-garage-cloud/action-repository-dispatch@main
- name: Repository dispatch ${{ matrix.repo }}
uses: cloud-native-toolkit/action-repository-dispatch@main
with:
notifyRepo: ibm-garage-cloud/ibm-garage-iteration-zero
notifyRepo: ${{ matrix.repo }}
eventType: released
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/publish-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.release.tag_name }}

- name: Build catalog
uses: ibm-garage-cloud/action-module-catalog@main
uses: ibm-garage-cloud/action-module-catalog@v1
with:
tagName: ${{ github.event.release.tag_name }}
distDir: ${{ env.DIST_DIR }}
Expand All @@ -31,4 +31,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ env.DIST_DIR }}
publish_branch: ${{ env.PUBLISH_BRANCH }}
publish_branch: ${{ env.PUBLISH_BRANCH }}
2 changes: 1 addition & 1 deletion module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ versions:
- name: name_prefix
scope: global
- name: name
scope: ignore
scope: module