From 93991db7eb146cbe17df72de8bb3324606ad152c Mon Sep 17 00:00:00 2001 From: Sean Sundberg Date: Thu, 15 Apr 2021 23:22:28 -0500 Subject: [PATCH] Updates name value in metadata Signed-off-by: Sean Sundberg --- .github/workflows/notify.yaml | 12 +++++++++--- .github/workflows/publish-assets.yaml | 4 ++-- module.yaml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/notify.yaml b/.github/workflows/notify.yaml index e41df19..be689df 100644 --- a/.github/workflows/notify.yaml +++ b/.github/workflows/notify.yaml @@ -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 }} diff --git a/.github/workflows/publish-assets.yaml b/.github/workflows/publish-assets.yaml index b704534..71e2cae 100644 --- a/.github/workflows/publish-assets.yaml +++ b/.github/workflows/publish-assets.yaml @@ -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 }} @@ -31,4 +31,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{ env.DIST_DIR }} - publish_branch: ${{ env.PUBLISH_BRANCH }} \ No newline at end of file + publish_branch: ${{ env.PUBLISH_BRANCH }} diff --git a/module.yaml b/module.yaml index 0172adb..3f182a8 100644 --- a/module.yaml +++ b/module.yaml @@ -26,4 +26,4 @@ versions: - name: name_prefix scope: global - name: name - scope: ignore + scope: module