1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-10-16 11:40:46 +00:00

explicitly use master

This commit is contained in:
Markus Hofbauer 2024-02-19 15:37:05 +01:00
parent 4595a6ffe4
commit e46423299e

View file

@ -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