We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978dd9d commit 85a68caCopy full SHA for 85a68ca
src/main.ts
@@ -34,12 +34,12 @@ async function run() {
34
await client.repos.createDeploymentStatus({
35
...repo,
36
deployment_id: deployment.data.id,
37
- state: 'in_progress',
+ state: 'pending',
38
log_url: logsURL || `https://github.com/${repo.owner}/${repo.repo}/commit/${sha}/checks`,
39
description,
40
});
41
42
- core.debug('deployment status set to "in_progress"');
+ core.debug('deployment status set to "pending"');
43
}
44
case 'finish':
45
{
0 commit comments