Update .forgejo/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / test (push) Failing after 0s

Signed-off-by: Daholli <christoph.hollizeck@hey.com>
This commit is contained in:
Christoph Hollizeck 2025-04-29 10:14:08 +02:00
parent 8cf4f996c5
commit 53dbc0a9fe

View file

@ -18,5 +18,11 @@ jobs:
- name: Update flake
run: |
cd ${{ gitea.workspace }}
ls
nix flake update
- name: Commit new Flake.lock
run: |
git config --local user.email "christoph.hollizeck@hey.com"
git config --local user.name "forgjo-actions[bot]"
git commit -a -m "chore: update flake"
- name: Push changes
git push