Compare commits

..

3 Commits

Author SHA1 Message Date
peaceiris
19661a5c56 gha: fix action name 2019-09-16 08:33:49 +09:00
peaceiris
c4f3b85a0d gha: Add branding 2019-09-16 08:33:04 +09:00
Shohei Ueda
68358aa004 Migrate javascript action (#21) 2019-09-16 08:27:57 +09:00

View File

@@ -1,4 +1,4 @@
name: 'Hugo build action'
name: 'Hugo setup action'
description: 'GitHub Actions for Hugo extended and Hugo Modules'
author: 'peaceiris'
inputs:
@@ -13,3 +13,6 @@ inputs:
runs:
using: 'node12'
main: 'index.js'
branding:
icon: 'package'
color: 'yellow'