Skip to content

Commit

Permalink
ci: add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilselby88 committed Nov 1, 2023
1 parent 9b4a003 commit 6a50d88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/updateStringInRepos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 6a50d88

Please sign in to comment.