Update .forgejo/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / test (push) Successful in 1m40s

Signed-off-by: Daholli <christoph.hollizeck@hey.com>
This commit is contained in:
Christoph Hollizeck 2025-04-29 09:58:49 +02:00
parent 456674e3a8
commit 8cf4f996c5

View file

@ -15,8 +15,8 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Update flake
run: nix flake update
run: |
cd ${{ gitea.workspace }}
ls
nix flake update