diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index ca3c920..e130b73 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: {{ $GITHUB_WORKSPACE }} + working-directory: ${{ GITHUB_WORKSPACE }} steps: - name: Checkout uses: actions/checkout@v4