From bc06093f67c97868913e6f489ff6f994faad9b9e Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 9 Oct 2023 16:25:25 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/reformat-yaml.yml to match the template repo --- .github/workflows/reformat-yaml.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reformat-yaml.yml b/.github/workflows/reformat-yaml.yml index ce576f46..5e88e6e9 100644 --- a/.github/workflows/reformat-yaml.yml +++ b/.github/workflows/reformat-yaml.yml @@ -28,8 +28,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