Skip to content

Commit

Permalink
fix run_gradle_task.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Jan 18, 2024
1 parent 8317f22 commit 4dbf815
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/run_gradle_task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ on:
description: "The branch, tag or SHA to checkout. See actions/checkout 'ref'."
required: false
type: string
github-environment:
description: "GitHub Environment name"
required: false
type: string
github-environment-url:
description: "GitHub Environment display URL"
required: false
type: string
workflow_call:
inputs:
gradle-task:
Expand All @@ -32,6 +40,14 @@ on:
description: "The branch, tag or SHA to checkout. See actions/checkout 'ref'."
required: false
type: string
github-environment:
description: "GitHub Environment name"
required: false
type: string
github-environment-url:
description: "GitHub Environment display URL"
required: false
type: string


concurrency:
Expand Down

0 comments on commit 4dbf815

Please sign in to comment.