Skip to content

Commit

Permalink
ci: change folder location
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilselby88 committed Nov 1, 2023
1 parent d5d7457 commit 9b4a003
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 9b4a003

Please sign in to comment.