try bot action

This commit is contained in:
Daylin Morgan 2024-07-25 15:06:45 -05:00
parent eba2e31042
commit 78742fdccf
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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