mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-09 01:31:55 +03:00
Add working-directory
This commit is contained in:
parent
e8634b4139
commit
a527bf4d53
4 changed files with 11 additions and 1 deletions
|
@ -17,6 +17,9 @@ inputs:
|
|||
use-cross:
|
||||
description: Use cross instead of cargo
|
||||
default: false
|
||||
working-directory:
|
||||
description: Where to start the cargo process
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue