Add newline to end of action.yml

This commit is contained in:
Jonathan Clem 2019-08-29 18:52:32 -04:00
parent d6f96b0015
commit 436154793f
No known key found for this signature in database
GPG key ID: 48C5B22E9FD6E80F

View file

@ -15,4 +15,4 @@ outputs:
description: The return value of the script, stringified with `JSON.stringify` description: The return value of the script, stringified with `JSON.stringify`
runs: runs:
using: node12 using: node12
main: main.js main: main.js