Skip to content

Commit

Permalink
feat: fix update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilselby88 committed Nov 4, 2023
1 parent b1d7090 commit 100cde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/fileUpdater/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
repository: ${{ inputs.repository }}
token: ${{ inputs.token }}
- name: Update files
run: ${{ github.action_path }}/update.sh ${{ inputs.find }} ${{ inputs.replace }} ${{ inputs.file }}
run: .github/update.sh ${{ inputs.find }} ${{ inputs.replace }} ${{ inputs.file }}
shell: bash
- name: Create pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit 100cde5

Please sign in to comment.