From 6a50d8836fa9ee7642254a70b15fd8b9a604d84a Mon Sep 17 00:00:00 2001 From: aprilselby88 Date: Wed, 1 Nov 2023 14:23:22 -0500 Subject: [PATCH] ci: add checkout --- .github/workflows/updateStringInRepos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/updateStringInRepos.yml b/.github/workflows/updateStringInRepos.yml index 9b0ec28..23d91db 100644 --- a/.github/workflows/updateStringInRepos.yml +++ b/.github/workflows/updateStringInRepos.yml @@ -27,6 +27,8 @@ jobs: runs-on: ubuntu-latest name: Find repos and generate matrix steps: + - name: Checkout Action + uses: actions/checkout@v4 - name: Find repos uses: .github/findRepos with: @@ -43,6 +45,8 @@ jobs: matrix: repo: ${{ fromJSON(needs.find-repos.outputs.matrix ) }} steps: + - name: Checkout Action + uses: actions/checkout@v4 - name: Update file uses: .github/fileUpdater with: