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