mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
git push force
This commit is contained in:
parent
b8038f521b
commit
b02e51e163
1 changed files with 3 additions and 2 deletions
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: flake-lock
|
||||
|
||||
- name: Setup Git Bot
|
||||
run: |
|
||||
|
@ -38,7 +40,6 @@ jobs:
|
|||
|
||||
- name: Update nix flake
|
||||
run: |
|
||||
git checkout -B flake-lock
|
||||
nix flake update --commit-lock-file 2>> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Build
|
||||
|
@ -54,7 +55,7 @@ jobs:
|
|||
--print-build-logs
|
||||
|
||||
- name: Commit Updates
|
||||
run: git push --set-upstream origin flake-lock
|
||||
run: git push --set-upstream --force-with-lease origin flake-lock
|
||||
|
||||
build-full:
|
||||
needs: build-minimal
|
||||
|
|
Loading…
Reference in a new issue