Skip to content

Commit

Permalink
Merge pull request #12406 from Expensify/Rory-UpdateChangedFilesAction
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Nov 2, 2022
2 parents 6b41c8d + 2297d0e commit 3d2d707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/composite/updateProtectedBranch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ runs:
- name: Check changed files
if: ${{ inputs.TARGET_BRANCH == 'main' }}
id: changedFiles
# Version: 3.3.0
uses: umani/changed-files@1d252c611c64289d35243fc37ece7323ea5e93e1
# TODO: Remove and switch back to upstream when https://github.com/umani/changed-files/pull/27 is merged
uses: roryabraham/changed-files@c14fad74000cf77ff62b7f78cfd34c2124665c35
with:
repo-token: ${{ github.token }}
pr-number: ${{ steps.createPullRequest.outputs.PR_NUMBER }}
Expand Down

0 comments on commit 3d2d707

Please sign in to comment.