From 560c6b781c92e390e9788928c759a7fe6a431b8c Mon Sep 17 00:00:00 2001 From: David Claeys Date: Fri, 17 May 2024 13:19:28 +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 7bb75b5..3e7b152 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