From 05042b43bfddb3d0a972cc61618a4d377e7d6a69 Mon Sep 17 00:00:00 2001 From: ColmBhandal Date: Tue, 5 Sep 2023 09:45:33 +0100 Subject: [PATCH] TEST ONLY --- .github/workflows/contributing_update_all.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributing_update_all.yaml b/.github/workflows/contributing_update_all.yaml index ea031cf9..c88b587a 100644 --- a/.github/workflows/contributing_update_all.yaml +++ b/.github/workflows/contributing_update_all.yaml @@ -10,6 +10,8 @@ jobs: update-contributing: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v3 - name: Create a PR for local changes uses: peter-evans/create-pull-request@v5 id: cpr