Skip to content

Commit

Permalink
chore: change ci script package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Jun 9, 2023
1 parent 86454c4 commit 4c10e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vtable/github-ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ async function triggerScmBuild({ fileUrl }) {
const formData = getFormData({
triggerType: 'scm-build',
fileUrl: fileUrl,
createUser: process.env.GITHUB_ACTOR ?? ''
createUser: process.env.GITHUB_ACTOR ?? '',
commitBranchName: process.env.GITHUB_HEAD_REF ?? ''
});

const res = await fetch(`${host}/api/ci/trigger`, {
Expand Down

0 comments on commit 4c10e5f

Please sign in to comment.