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 a6c9ade commit c2ab41bCopy full SHA for c2ab41b
.github/workflows/VersionVigilante_pull_request.yml
@@ -11,8 +11,11 @@ jobs:
11
- name: VersionVigilante.main
12
id: versionvigilante_main
13
run: |
14
- julia -e 'using Pkg; Pkg.add("VersionVigilante")'
15
- julia -e 'using VersionVigilante; VersionVigilante.main("https://github.com/${{ github.repository }}")'
+ using Pkg
+ Pkg.add("VersionVigilante")
16
+ using VersionVigilante
17
+ VersionVigilante.main("https://github.com/${{ github.repository }}", master_branch="main")
18
+ shell: julia {0}
19
- name: ✅ Un-Labeller (if success)
20
if: (steps.versionvigilante_main.outputs.compare_versions == 'success') && (success() || failure())
21
continue-on-error: true
0 commit comments