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 09fdaac commit a041a83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/updateStringInRepos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,4 @@ jobs:
find: ${{ github.event.inputs.find }}
replace: ${{ github.event.inputs.replace }}
file: ${{ github.event.inputs.file }}
token: ${{ secrets.pat }}
- name: Checkout Action again to stop post error
uses: actions/checkout@v4
token: ${{ secrets.pat }}

0 comments on commit a041a83

Please sign in to comment.