diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index f9f26f1f..6da2be66 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -19,8 +19,9 @@ jobs: steps: - name: "Initialise Workspace" + shell: bash run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - - name: 'Checkout Repository' + - name: "Checkout Source" uses: actions/checkout@v4 with: fetch-depth: 0