Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksenn committed Jan 30, 2025
1 parent 6a44a1f commit 9ca325a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v4
with:
# Check out the pull request branch if triggered by a comment
ref: ${{ github.event_name == 'issue_comment' && github.event.issue.pull_request.head.ref || github.ref }}
ref: ${{ github.event_name == 'issue_comment' && github.head.ref || github.ref }}
submodules: true
fetch-depth: 1
- name: Setup Rust toolchain
Expand Down

0 comments on commit 9ca325a

Please sign in to comment.