mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
15 lines
336 B
YAML
15 lines
336 B
YAML
name: 'Hello World'
|
|
description: 'Greet someone and record the time'
|
|
inputs:
|
|
github_token:
|
|
description: A GitHub token.
|
|
required: false
|
|
default: ${{ github.token }}
|
|
repo:
|
|
description: The owner and repository name.
|
|
required: false
|
|
default: ${{ github.repository }}
|
|
runs:
|
|
using: 'node20'
|
|
main: 'index.js'
|