Test
This commit is contained in:
parent
ea152b8569
commit
3a35333faa
1 changed files with 5 additions and 1 deletions
|
@ -50,9 +50,13 @@ jobs:
|
|||
run: |
|
||||
echo "Running Nix Flake Update"
|
||||
cd /workspace/albert/nix
|
||||
nix --extra-experimental-features "nix-command flakes" flake update --commit-lock-file
|
||||
nix --extra-experimental-features "nix-command flakes" flake update
|
||||
echo "Git Diff:"
|
||||
git diff
|
||||
- name: "Commit and Upload"
|
||||
run: |
|
||||
git commit -am "[FORGEJO ACTIONS] Flake Update"
|
||||
git push
|
||||
|
||||
- if: success()
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue