mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
workflows: Add names to run steps
This commit is contained in:
parent
a828980065
commit
3be317bbb5
2 changed files with 14 additions and 7 deletions
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue