From cdf32e5c04fb7d27e4993786ddcd20a97434e88d Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Mon, 19 Feb 2024 15:39:55 +0100 Subject: [PATCH] fix plugin path --- .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 cee780321..be329d166 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,6 +61,6 @@ jobs: path: ohmyzsh-target-branch 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 + run: python tools/alias_collision/check_alias_collision.py ohmyzsh-target-branch/plugins --known-collisions-output-path known_alias_collisions.json - name: Compare known collisions to new collisions on source branch run: python tools/alias_collision/check_alias_collision.py plugins --known-collisions known_alias_collisions.json