Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 38748e6

Browse files
committed
action: use Env for with:
Signed-off-by: William Woodruff <[email protected]>
1 parent 33f87fd commit 38748e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/action.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pub enum StepBody {
134134

135135
/// Any inputs to the action being used.
136136
#[serde(default)]
137-
with: IndexMap<String, String>,
137+
with: Env,
138138
},
139139
/// A step that runs a command in a shell.
140140
Run {

0 commit comments

Comments
 (0)