From 3989555bca6c1e58b6edb6c239b7111d8ee63c3f Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 9 Oct 2023 16:07:24 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/pull-request.yml to match the template repo --- .github/workflows/pull-request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3bcff149..88db491c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -27,8 +27,11 @@ jobs: runs-on: ubuntu-latest steps: - name: "Initialise Workspace" + shell: bash run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE" - - run: | + - name: "Info" + shell: bash + run: | echo "Branch: ${{env.HEAD_REF}}" echo "Base Branch: ${{env.BASE_REF}}" echo "Repo: ${{env.REPO}}"