Rename actions.yml to action.yml

This commit is contained in:
Jason Etcovitch
2019-09-11 09:11:33 -04:00
committed by GitHub
parent d2f5ae2045
commit a04e3e4042

View File

@ -10,4 +10,4 @@ outputs:
description: 'The message to output' description: 'The message to output'
runs: runs:
using: 'node12' using: 'node12'
main: 'index.js' main: 'index.js'