Skip to content

Commit

Permalink
chore(IDX): add repo to checkout (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy authored Jan 9, 2025
1 parent 22240c9 commit f47aa03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/repo_policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
path: current-repo # need to specify another path to avoid overwriting the first checkout
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
fetch-depth: 50

Expand Down

0 comments on commit f47aa03

Please sign in to comment.