Skip to content

Commit

Permalink
Merge pull request #11 from DSACMS/ci/update-tagged-repos
Browse files Browse the repository at this point in the history
ci: add checkout
  • Loading branch information
aprilselby88 authored Nov 1, 2023
2 parents 48cfea8 + 6a50d88 commit 28786b4
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 28786b4

Please sign in to comment.