From 079c82e6a416e8cac8837cf6983f3e8f55e842ce Mon Sep 17 00:00:00 2001 From: Louis <112491607+louisher@users.noreply.github.com> Date: Sat, 18 May 2024 22:58:51 +0200 Subject: [PATCH] Update github-actions.yml with correct path of _work --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b444b835a..8ec5e8570 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -22,7 +22,7 @@ jobs: with: clean: true - name: Change permissions of repository folder - run: chmod -R 777 /home/actions-runner/_work + run: chmod -R 777 /home/u0148284/actions-runner/_work - name: List of files in the repository run: | ls ${{ github.workspace }}