There was an error while loading. Please reload this page.
1 parent 8699e4e commit 646397eCopy full SHA for 646397e
1 file changed
.github/workflows/cross-repo-bump.yml
@@ -11,8 +11,12 @@ on:
11
jobs:
12
bump:
13
runs-on: ubuntu-latest
14
+ strategy:
15
+ matrix:
16
+ repo:
17
+ - salesforcecli/plugin-org
18
steps:
19
- name:
- run: gh workflow run devScripts.yml --repo salesforcecli/plugin-user
20
+ run: gh workflow run devScripts.yml --repo ${{ matrix.repo}}
21
env:
22
GH_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
0 commit comments