Update .forgejo/workflows/demo.yaml
Signed-off-by: Daholli <christoph.hollizeck@hey.com>
This commit is contained in:
parent
beee03bfcc
commit
e486733810
1 changed files with 8 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue