[CI] test committed
This commit is contained in:
parent
4383ba9ef0
commit
82d003d79f
@ -83,6 +83,8 @@ outputs:
|
|||||||
description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.'
|
description: 'The pull request operation performed by the action, `created`, `updated` or `closed`.'
|
||||||
pull-request-head-sha:
|
pull-request-head-sha:
|
||||||
description: 'The commit SHA of the pull request branch.'
|
description: 'The commit SHA of the pull request branch.'
|
||||||
|
pull-request-branch:
|
||||||
|
description: 'The pull request branch name'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
1
dist/index.js
vendored
1
dist/index.js
vendored
@ -458,6 +458,7 @@ function createPullRequest(inputs) {
|
|||||||
core.setOutput('pull-request-operation', 'updated');
|
core.setOutput('pull-request-operation', 'updated');
|
||||||
}
|
}
|
||||||
core.setOutput('pull-request-head-sha', result.headSha);
|
core.setOutput('pull-request-head-sha', result.headSha);
|
||||||
|
core.setOutput('pull-request-branch', inputs.branch);
|
||||||
// Deprecated
|
// Deprecated
|
||||||
core.exportVariable('PULL_REQUEST_NUMBER', pull.number);
|
core.exportVariable('PULL_REQUEST_NUMBER', pull.number);
|
||||||
core.endGroup();
|
core.endGroup();
|
||||||
|
|||||||
1
report.txt
Normal file
1
report.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
1718720194
|
||||||
Loading…
x
Reference in New Issue
Block a user