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