Update .forgejo/workflows/demo.yaml

Signed-off-by: Daholli <christoph.hollizeck@hey.com>
This commit is contained in:
Christoph Hollizeck 2025-04-29 09:58:49 +02:00 committed by Christoph Hollizeck
parent 6888308e51
commit beee03bfcc
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

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