Skip to content

Commit

Permalink
fix: prettify checkout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
djgovani committed Nov 20, 2024
1 parent 7b38f12 commit 6467162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-talent-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0 # Fetch complete history to avoid fetch issues

- name: Prettify code
uses: creyD/[email protected]
Expand Down

0 comments on commit 6467162

Please sign in to comment.