Skip to content

Commit

Permalink
fix: github script fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdorais committed Oct 28, 2024
1 parent a4f1acd commit 2073891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_mathlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout PR
uses: actions/checkout@v4
with:
repository: ${{ github.event.workflow_run.head_repository }}
ref: ${{github.event.workflow_run.head_branch }}
fetch-depth: 0

- name: Get PR info
id: pr-info
Expand Down

0 comments on commit 2073891

Please sign in to comment.