Update forgejo flake update workflow
This commit is contained in:
parent
954e6ed512
commit
4a8655b32f
1 changed files with 2 additions and 1 deletions
|
@ -39,6 +39,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "Running Nix Flake Update"
|
echo "Running Nix Flake Update"
|
||||||
cd /workspace/albert/nix
|
cd /workspace/albert/nix
|
||||||
|
git pull
|
||||||
nix --extra-experimental-features "nix-command flakes" flake update
|
nix --extra-experimental-features "nix-command flakes" flake update
|
||||||
echo "Git Diff:"
|
echo "Git Diff:"
|
||||||
git diff
|
git diff
|
||||||
|
|
Loading…
Reference in a new issue