Skip to content

Commit 3d4bac8

Browse files
committed
workflow: pass along commit in ecosystem-ci-trigger [ci skip]
1 parent ca41b92 commit 3d4bac8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ecosystem-ci-trigger.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
return {
5757
num: context.issue.number,
5858
branchName: pr.head.ref,
59-
repo: pr.head.repo.full_name
59+
repo: pr.head.repo.full_name,
60+
commit: pr.head.sha
6061
}
6162
- uses: actions/github-script@v7
6263
id: trigger
@@ -81,5 +82,6 @@ jobs:
8182
branchName: prData.branchName,
8283
repo: prData.repo,
8384
suite: suite === '' ? '-' : suite
85+
commit: prData.commit
8486
}
8587
})

0 commit comments

Comments
 (0)