mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
explicitly use master
This commit is contained in:
parent
4595a6ffe4
commit
e46423299e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue