From 6bb1c6feafd06b7e3ae2dc801cff8dfacfb2eb68 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 9 Oct 2023 16:25:29 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/update-labels.yml to match the template repo --- .github/workflows/update-labels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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