gitea-actions-runner: fix env variable

This commit is contained in:
Christoph Hollizeck 2025-09-11 00:24:15 +02:00
parent 839b86dd7b
commit b696c376ff
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Update flake - name: Update flake
run: | run: |
cd ${{ gitea.workspace }} cd ${{ env.FORGEJO_WORKSPACE }}
nix flake update nix flake update
- name: Commit new Flake.lock - name: Commit new Flake.lock
run: | run: |