This commit is contained in:
iFargle 2023-10-04 17:42:05 +09:00
parent ea152b8569
commit 3a35333faa

View file

@ -50,9 +50,13 @@ jobs:
run: | run: |
echo "Running Nix Flake Update" echo "Running Nix Flake Update"
cd /workspace/albert/nix 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:" echo "Git Diff:"
git diff git diff
- name: "Commit and Upload"
run: |
git commit -am "[FORGEJO ACTIONS] Flake Update"
git push
- if: success() - if: success()
run: | run: |