gitea-actions-runner: fix env variable
This commit is contained in:
parent
839b86dd7b
commit
b696c376ff
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue