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
|
runs-on: nix-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
- name: Cache Login
|
- name: Cache Login
|
||||||
run: |
|
run: |
|
||||||
echo "Logging in ..."
|
echo "Logging in ..."
|
||||||
|
@ -37,6 +39,8 @@ jobs:
|
||||||
runs-on: nix-arm64
|
runs-on: nix-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: master
|
||||||
- name: Cache Login
|
- name: Cache Login
|
||||||
run: |
|
run: |
|
||||||
echo "Logging in ..."
|
echo "Logging in ..."
|
||||||
|
|
Loading…
Reference in a new issue