Skip to content

Commit

Permalink
Merge pull request #453 from GDGAhmedabad/feat/prettify-meet-the-talent
Browse files Browse the repository at this point in the history
[Fix] prettify checkout issue
  • Loading branch information
JaldeepAsodariya authored Nov 20, 2024
2 parents 9bff3e4 + 6467162 commit 21355a1
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 21355a1

Please sign in to comment.