workflows: Add names to run steps

This commit is contained in:
SebastianStork 2026-02-27 19:14:12 +01:00
parent a828980065
commit 3be317bbb5
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 14 additions and 7 deletions

View file

@ -13,7 +13,8 @@ jobs:
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: experimental-features = nix-command flakes pipe-operators
- run: |
- name: Update and push
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
nix flake update --commit-lock-file