From 99ecf9055aa3ec568713a56c5c153e0c1999770b Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 29 Nov 2023 12:35:27 -0500 Subject: [PATCH] Update .github/workflows/VersionVigilante.yml --- .github/workflows/VersionVigilante.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/VersionVigilante.yml b/.github/workflows/VersionVigilante.yml index 5881ece82..be406e23e 100644 --- a/.github/workflows/VersionVigilante.yml +++ b/.github/workflows/VersionVigilante.yml @@ -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())