bbenjamin/Hello World
Greet someone and record the time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| who-to-greet | Who to greet | yes | World |
| github_token | GitHub token | no | ${{github.token}} |
| owner | Owner of the repository. The owner will be deducted from env vars if it is not set | no | — |
| repository | The repository containing the branch(es) to be deleted. The repository name will be deducted from env vars if it is not set | no | — |
| branches | Branches to delete (comma separated) | no | — |
| numbers | PR numbers whose head branches should be deleted (comma separated) | no | — |
| prefix | Additional prefix to append to every branch name | no | — |
| suffix | Additional suffix to append to every branch name | no | — |
| soft_fail | If set to `true` the workflow will continue if a branch reference is not found | no | — |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |
| is-student | Is Student |