Skip to content

Commit

Permalink
Update commit-linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 authored Sep 20, 2023
1 parent d627e9f commit 8cfe342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
with:
# Checkout the entire pull request branch
repository: ${{github.events.pull_request.head.repo.owner.name}}/${{github.event.pull_request.head.repo.name}}
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{github.event.pull_request.head.ref}}
fetch-depth: ${{github.event.pull_request.commits}}
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8cfe342

Please sign in to comment.