mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
don't use action for ref checkout
This commit is contained in:
parent
1cfef95fc4
commit
c3e90946f0
1 changed files with 5 additions and 5 deletions
10
.github/workflows/nightly.yml
vendored
10
.github/workflows/nightly.yml
vendored
|
@ -17,8 +17,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: flake-lock
|
||||
- run: git checkout -B flake-lock
|
||||
|
||||
- name: Setup Git Bot
|
||||
run: |
|
||||
|
@ -40,7 +39,9 @@ jobs:
|
|||
|
||||
- name: Update nix flake
|
||||
run: |
|
||||
printf '# Flake Lock\n\n```txt\n' >> $GITHUB_STEP_SUMMARY
|
||||
nix flake update --commit-lock-file 2>> $GITHUB_STEP_SUMMARY
|
||||
printf '```\n' >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
@ -63,9 +64,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: flake-lock
|
||||
|
||||
- run: git checkout -B flake-lock
|
||||
|
||||
# - name: Setup Git Bot
|
||||
# run: |
|
||||
# git --version
|
||||
|
|
Loading…
Reference in a new issue