shuntatoda/TypeScript Action Test
TypeScript製のGitHub Actionテスト用アクション
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | 挨拶する名前 | no | World |
| workflow-type | 実行するワークフローのタイプ(hello-world または daily-activity) | no | hello-world |
| milliseconds | 待機時間(ミリ秒) | no | 1000 |
Outputs
| name | description |
|---|---|
| message | Hello Worldワークフローからのメッセージ |
| activity-summary | Daily Activityワークフローからのアクティビティサマリー |
| time | メイン処理完了時刻 |