fix(ci): force the master branch during checkout
This commit is contained in:
parent
e5a7e200bc
commit
625c225576
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@ jobs:
|
|||
runs-on: nix-amd64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
- name: Cache Login
|
||||
run: |
|
||||
echo "Logging in ..."
|
||||
|
@ -37,6 +39,8 @@ jobs:
|
|||
runs-on: nix-arm64
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
- name: Cache Login
|
||||
run: |
|
||||
echo "Logging in ..."
|
||||
|
|
Loading…
Reference in a new issue