Fix workflow
This commit is contained in:
parent
089336e31a
commit
15e8c19a2b
1 changed files with 3 additions and 2 deletions
|
@ -12,10 +12,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: git config --global user.email "forge@catnip.ee" && git config --global user.name "forge"
|
- name: Give name to workflow
|
||||||
|
run: git pull && git config --global user.email "forge@catnip.ee" && git config --global user.name "forge"
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- name: Update flake
|
- name: Update flake
|
||||||
run: nix flake update --commit-lock-file
|
run: nix flake update --commit-lock-file
|
||||||
- name: Git push
|
- name: Git push
|
||||||
run: git push
|
run: git pull && git push
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue