This repository was archived by the owner on Aug 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 66 notify :
77 runs-on : ubuntu-latest
88
9+ strategy :
10+ matrix :
11+ repo :
12+ - cloud-native-toolkit/ibm-garage-iteration-zero
13+ - cloud-native-toolkit/garage-terraform-modules
14+
915 steps :
10- - name : Publish repository dispatch
11- uses : ibm-garage-cloud /action-repository-dispatch@main
16+ - name : Repository dispatch ${{ matrix.repo }}
17+ uses : cloud-native-toolkit /action-repository-dispatch@main
1218 with :
13- notifyRepo : ibm-garage-cloud/ibm-garage-iteration-zero
19+ notifyRepo : ${{ matrix.repo }}
1420 eventType : released
1521 env :
1622 GITHUB_TOKEN : ${{ secrets.TOKEN }}
Original file line number Diff line number Diff line change 2020 ref : ${{ github.event.release.tag_name }}
2121
2222 - name : Build catalog
23- uses : ibm-garage-cloud /action-module-catalog@main
23+ uses : cloud-native-toolkit /action-module-catalog@v1
2424 with :
2525 tagName : ${{ github.event.release.tag_name }}
2626 distDir : ${{ env.DIST_DIR }}
3131 with :
3232 github_token : ${{ secrets.GITHUB_TOKEN }}
3333 publish_dir : ${{ env.DIST_DIR }}
34- publish_branch : ${{ env.PUBLISH_BRANCH }}
34+ publish_branch : ${{ env.PUBLISH_BRANCH }}
You can’t perform that action at this time.
0 commit comments