- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 16
Closed
Description
The function is called regardless whether the GitHub token is provided or not.
Lines 47 to 52 in 3c88b7e
| if (latestStage.status === 'failed') { | |
| waiting = false; | |
| core.setFailed(`Deployment failed on step: ${latestStage.name}!`); | |
| await updateDeployment(token, deployment, 'failure'); | |
| return; | |
| } | 
So it will throw an error from octokit.
Metadata
Metadata
Assignees
Labels
No labels