feat: Add JavaScript action template
https://github.com/actions/javascript-action
This commit is contained in:
parent
2905a7fc5b
commit
8ffc478ba7
9 changed files with 5537 additions and 5 deletions
15
action.yml
15
action.yml
|
|
@ -1,9 +1,14 @@
|
|||
name: 'Hugo build action'
|
||||
description: 'GitHub Actions for Hugo extended and Hugo Modules'
|
||||
author: 'peaceiris'
|
||||
inputs:
|
||||
milliseconds: # id of input
|
||||
description: 'number of milliseconds to wait'
|
||||
required: true
|
||||
default: '1000'
|
||||
outputs:
|
||||
time: # output will be available to future steps
|
||||
description: 'The message to output'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
branding:
|
||||
icon: 'package'
|
||||
color: 'yellow'
|
||||
using: 'node12'
|
||||
main: 'index.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue