Skip to content

Commit

Permalink
Fix VersionVigilante action (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Oct 24, 2021
1 parent a6c9ade commit c2ab41b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/VersionVigilante_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
- name: VersionVigilante.main
id: versionvigilante_main
run: |
julia -e 'using Pkg; Pkg.add("VersionVigilante")'
julia -e 'using VersionVigilante; VersionVigilante.main("https://github.com/${{ github.repository }}")'
using Pkg
Pkg.add("VersionVigilante")
using VersionVigilante
VersionVigilante.main("https://github.com/${{ github.repository }}", master_branch="main")
shell: julia {0}
- name: ✅ Un-Labeller (if success)
if: (steps.versionvigilante_main.outputs.compare_versions == 'success') && (success() || failure())
continue-on-error: true
Expand Down

0 comments on commit c2ab41b

Please sign in to comment.