mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-07-03 05:45:59 +02:00
Use current matrix values for workflow job context
This commit is contained in:
parent
d20d631365
commit
9b3abaad52
3 changed files with 8 additions and 10 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue