We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ac21be + 60dcef3 commit eb57742Copy full SHA for eb57742
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
ruby-version: 2.7
20
bundler-cache: true
21
- name: Run msync --noop
22
- run: bundle exec msync update --noop --git-base=https://github.com/
+ run: bundle exec msync update --noop --git-base=https://github.com/ --branch foobranch
23
metadata_json_deps:
24
runs-on: ubuntu-latest
25
name: Run metadata_json_deps on all modules
0 commit comments