Skip to content

Commit

Permalink
ci(ecosystem-ci): pass along commit of fork branch to use (#18778)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg authored Nov 26, 2024
1 parent 80bf954 commit 5021ca3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ecosystem-ci-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
return {
num: context.issue.number,
branchName: pr.head.ref,
repo: pr.head.repo.full_name
repo: pr.head.repo.full_name,
commit: pr.head.sha
}
- id: generate-token
uses: tibdex/github-app-token@v2
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
prNumber: '' + prData.num,
branchName: prData.branchName,
repo: prData.repo,
commit: prData.commit,
suite: suite === '' ? '-' : suite
}
})

0 comments on commit 5021ca3

Please sign in to comment.