From e46423299e2814bd61c2fc86ebd9b25bc7af9355 Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Mon, 19 Feb 2024 15:37:05 +0100 Subject: [PATCH] explicitly use master --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4385bba05..cee780321 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@v4 with: path: ohmyzsh-target-branch - ref: ${GITHUB_BASE_REF} + ref: master - name: Check for alias collisions on target branch run: python ohmyzsh-target-branch/tools/alias_collision/check_alias_collision.py plugins --known-collisions-output-path known_alias_collisions.json - name: Compare known collisions to new collisions on source branch