Skip to content

Commit eb57742

Browse files
authored
Merge pull request #867 from voxpupuli/ci2
CI: run msync with branch foobranch
2 parents 2ac21be + 60dcef3 commit eb57742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ruby-version: 2.7
2020
bundler-cache: true
2121
- name: Run msync --noop
22-
run: bundle exec msync update --noop --git-base=https://github.com/
22+
run: bundle exec msync update --noop --git-base=https://github.com/ --branch foobranch
2323
metadata_json_deps:
2424
runs-on: ubuntu-latest
2525
name: Run metadata_json_deps on all modules

0 commit comments

Comments
 (0)