mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix plugin path
This commit is contained in:
parent
e46423299e
commit
cdf32e5c04
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user