Skip to content

Commit 646397e

Browse files
committed
ci: matrix repos
1 parent 8699e4e commit 646397e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cross-repo-bump.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ on:
1111
jobs:
1212
bump:
1313
runs-on: ubuntu-latest
14+
strategy:
15+
matrix:
16+
repo:
17+
- salesforcecli/plugin-org
1418
steps:
1519
- name:
16-
run: gh workflow run devScripts.yml --repo salesforcecli/plugin-user
20+
run: gh workflow run devScripts.yml --repo ${{ matrix.repo}}
1721
env:
1822
GH_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)