mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
try bot action
This commit is contained in:
parent
eba2e31042
commit
78742fdccf
1 changed files with 6 additions and 7 deletions
13
.github/workflows/update.yml
vendored
13
.github/workflows/update.yml
vendored
|
@ -14,13 +14,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- run: git checkout -B flake-lock
|
||||
|
||||
- name: Setup Git Bot
|
||||
run: |
|
||||
git --version
|
||||
git config user.name 'daylin-bot'
|
||||
git config user.email 'bot@dayl.in'
|
||||
- uses: daylin-bot/actions/setup@main
|
||||
|
||||
- run: git checkout -B flake-lock
|
||||
|
||||
- uses: DeterminateSystems/nix-installer-action@v12
|
||||
with:
|
||||
|
@ -51,7 +48,9 @@ jobs:
|
|||
--print-build-logs
|
||||
|
||||
- name: Commit Updates
|
||||
run: git push --set-upstream --force origin flake-lock
|
||||
uses: daylin-bot/actions/commit-and-push@main
|
||||
with:
|
||||
push-args: --set-upstream --force origin flake-lock
|
||||
|
||||
build-full:
|
||||
needs: build-minimal
|
||||
|
|
Loading…
Reference in a new issue