mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Use current matrix values for workflow job context
This commit is contained in:
@@ -16,6 +16,7 @@ export async function run(): Promise<void> {
|
||||
|
||||
try {
|
||||
const args: string[] = parseCommandLineArguments()
|
||||
// TODO: instead of running with no-daemon, run `--stop` in post action.
|
||||
args.push('--no-daemon')
|
||||
|
||||
const result = await execution.execute(
|
||||
|
||||
Reference in New Issue
Block a user