Add stdout and stderr outputs

This commit is contained in:
Alexander Lyon 2022-03-04 09:40:16 +00:00
parent 9e120dd99b
commit 03012abe8b
No known key found for this signature in database
GPG key ID: 533E172B9B9D54DF
2 changed files with 28 additions and 3 deletions

View file

@ -17,6 +17,11 @@ inputs:
use-cross:
description: Use cross instead of cargo
default: false
outputs:
stdout:
description: Standard out of the program
stderr:
description: Standard err of the program
runs:
using: 'node12'