Skip to content

Commit

Permalink
fix: Mathlib CI typo (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgdorais authored Oct 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c521f01 commit 9e3d0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mathlib.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
const prNumber = context.payload.workflow_run.pull_requests[0].number;
const { data: pr } = await github.rest.pulls.get({
owner: context.repo.owner,
repo: context.repo.name,
repo: context.repo.repo,
pull_number: prNumber
});
core.setOutput('targetBranch', pr.base.ref);

0 comments on commit 9e3d0d8

Please sign in to comment.