From a7398f112d0b4be20d84c713f97691bfd23c260c Mon Sep 17 00:00:00 2001 From: David Claeys Date: Fri, 17 May 2024 13:21:31 +0200 Subject: [PATCH] update actions --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3e7b152..ee6dc4d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: '${{ GITHUB_WORKSPACE }}' + working-directory: '${{ github.workspace }}' steps: - name: Checkout uses: actions/checkout@v4