2019-09-05 20:07:42 +02:00
|
|
|
name: 'Hugo build action'
|
|
|
|
description: 'GitHub Actions for Hugo extended and Hugo Modules'
|
|
|
|
author: 'peaceiris'
|
2019-09-15 09:52:29 +02:00
|
|
|
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'
|
2019-09-05 20:07:42 +02:00
|
|
|
runs:
|
2019-09-15 09:52:29 +02:00
|
|
|
using: 'node12'
|
|
|
|
main: 'index.js'
|