Update .forgejo/workflows/demo.yaml

Signed-off-by: Daholli <christoph.hollizeck@hey.com>
This commit is contained in:
Christoph Hollizeck 2025-04-29 10:14:08 +02:00 committed by Christoph Hollizeck
parent beee03bfcc
commit e486733810
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

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