Skip to content

Commit

Permalink
fix: add repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman2301 committed Nov 1, 2024
1 parent 9cf3e97 commit c9cf631
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref || github.ref }}
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
# This is important to fetch the changes to the previous commit
fetch-depth: 0

Expand Down

0 comments on commit c9cf631

Please sign in to comment.