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 6ca889d commit 5508d09
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 @@ -52,7 +52,7 @@ runs:
echo ${{ github.action_path }}
shell: bash
- name: Update files
run: ${{ github.action_path }}/fileUpdater/update.sh ${{ inputs.find }} ${{ inputs.replace }} ${{ inputs.file }}
run: ${{ github.action_path }}/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 5508d09

Please sign in to comment.