miaou
All checks were successful
Weekly Flake Update / update_and_check_flake (push) Successful in 5m48s

This commit is contained in:
2026-02-19 12:49:34 +01:00
parent a2b49bb36e
commit 4b222ac4b0

View File

@@ -47,7 +47,7 @@ jobs:
- name: Run nix flake update
run: nix flake update
- name: Commit and Push flake.lock
- name: Commit flake.lock
run: |
git config user.name "malobot"
git config user.email "malobot@systemli.org"
@@ -57,7 +57,6 @@ jobs:
git stash pop
git add flake.lock
git diff --staged --quiet || git commit -m "Update flake.lock"
git push -u origin nixpkgs_bump_$(date +%Y%m%d)
- name: Check for eval warnings
id: commit
@@ -90,6 +89,8 @@ jobs:
grep -q ${{ github.ref_name }} &&
exit 1 ||
exit 0
- name: Force push branch
run: git push --force -u origin nixpkgs_bump_$(date +%Y%m%d)
- name: Create pull request
if: steps.no-pr.outcome == 'success'
env: