Skip to content

Commit 85a68ca

Browse files
committed
use pengind as initial state
1 parent 978dd9d commit 85a68ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ async function run() {
3434
await client.repos.createDeploymentStatus({
3535
...repo,
3636
deployment_id: deployment.data.id,
37-
state: 'in_progress',
37+
state: 'pending',
3838
log_url: logsURL || `https://github.com/${repo.owner}/${repo.repo}/commit/${sha}/checks`,
3939
description,
4040
});
4141

42-
core.debug('deployment status set to "in_progress"');
42+
core.debug('deployment status set to "pending"');
4343
}
4444
case 'finish':
4545
{

0 commit comments

Comments
 (0)