Files
angular-challenges/.github/github-action/action.yml
2024-04-17 21:45:41 +02:00

11 lines
222 B
YAML

name: 'Hello World'
description: 'Greet someone and record the time'
inputs:
github_token:
description: A GitHub token.
required: false
default: ${{ github.token }}
runs:
using: 'node20'
main: 'index.js'