Skip to content

Commit

Permalink
Update .github/workflows/VersionVigilante.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Nov 29, 2023
1 parent d1330dd commit 99ecf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/VersionVigilante.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
using Pkg
Pkg.add("VersionVigilante")
using VersionVigilante
VersionVigilante.main("https://github.com/${{ github.repository }}", master_branch="main")
VersionVigilante.main("https://github.com/${{ github.repository }}", master_branch="master")
shell: julia {0}
- name: ✅ Un-Labeller (if success)
if: (steps.versionvigilante_main.outputs.compare_versions == 'success') && (success() || failure())
Expand Down

0 comments on commit 99ecf90

Please sign in to comment.