We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486d777 commit ef8b444Copy full SHA for ef8b444
.github/workflows/CompatHelper.yml
@@ -14,4 +14,4 @@ jobs:
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
17
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ run: julia -e 'using CompatHelper; CompatHelper.main(; master_branch = "dev")'
0 commit comments