mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
push to origin
This commit is contained in:
parent
96f04adb30
commit
192243b425
1 changed files with 9 additions and 7 deletions
16
.github/workflows/nightly.yml
vendored
16
.github/workflows/nightly.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
--print-build-logs
|
--print-build-logs
|
||||||
|
|
||||||
- name: Commit Updates
|
- name: Commit Updates
|
||||||
run: git push
|
run: git push --set-upstream origin flake-lock
|
||||||
|
|
||||||
build-full:
|
build-full:
|
||||||
needs: build-minimal
|
needs: build-minimal
|
||||||
|
@ -62,12 +62,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
- name: Setup Git Bot
|
ref: flake-lock
|
||||||
run: |
|
|
||||||
git --version
|
# - name: Setup Git Bot
|
||||||
git config user.name 'github-actions[bot]'
|
# run: |
|
||||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
# git --version
|
||||||
|
# git config user.name 'github-actions[bot]'
|
||||||
|
# git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action@v12
|
- uses: DeterminateSystems/nix-installer-action@v12
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue