mirror of
https://github.com/actions-rs/cargo.git
synced 2025-12-20 05:15:46 +02:00
Add stdout and stderr outputs
This commit is contained in:
parent
9e120dd99b
commit
03012abe8b
2 changed files with 28 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue