mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-20 07:08:56 +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