Skip to content

Commit

Permalink
Merge pull request #10 from DSACMS/ci/update-tagged-repos
Browse files Browse the repository at this point in the history
ci: change folder location
  • Loading branch information
aprilselby88 authored Nov 1, 2023
2 parents 3e12d66 + 9b4a003 commit 48cfea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updateStringInRepos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Find repos and generate matrix
steps:
- name: Find repos
uses: ./findRepos
uses: .github/findRepos
with:
query: ${{ github.event.inputs.query }}
token: ${{ secrets.pat }}
Expand All @@ -44,7 +44,7 @@ jobs:
repo: ${{ fromJSON(needs.find-repos.outputs.matrix ) }}
steps:
- name: Update file
uses: ./fileUpdater
uses: .github/fileUpdater
with:
repository: ${{ matrix.repo }}
find: ${{ github.event.inputs.find }}
Expand Down

0 comments on commit 48cfea8

Please sign in to comment.