saucal/Hello World
Greet someone and record the time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GH Token | no | ${{ github.token }} |
| branch | Branch to use as permanent fs | no | persistent-fs/${{ github.ref_name }} |
| get | Key to get | no | "" |
| default | Default returned if key being get does not exist | no | "" |
| set | Key to set | no | "" |
| value | Value to set | no | "" |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |