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

0 comments on commit 09fdaac

Please sign in to comment.