namespacelabs/Add a breakpoint to CI
Pause, debug with SSH and resume GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | One of 'pause' or 'background'. 'pause' will pause your workflow until you tell it to continue (or duration is reached). 'background' will run in the background allowing you to connect at any time during your workflow | yes | pause |
| duration | The initial breakpoint duration. This input is ignored when mode is set to background | yes | 30m |
| authorized-users | The comma-separated list of authorized GitHub users. | no | — |
| authorized-keys | The comma-separated list of authorized SSH keys. | no | — |
| webhook-definition | The path to a webhook definition file. | no | — |
| slack-announce-channel | A slack channel where webhook sends notifications. | no | — |
| shell | The path of the login shell. | no | — |
| endpoint | The endpoint of a breakpoint rendezvous server. | yes | rendezvous.namespace.so:5000 |
Outputs
no outputs