Skip to content

Commit

Permalink
fix: add missing input types
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Nov 22, 2023
1 parent ae3be41 commit d98ffce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/play-service-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
description: Custom command to run
default: ''
required: false
type: string
java-version:
description: Java version to use for build
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/play-service-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
description: Custom command to run
default: ''
required: false
type: string
java-version:
description: Java version to use for build
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/play-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ on:
description: If the configure image should be pushed
required: false
default: false
type: boolean
secrets:
DOCKER_HUB_USERNAME:
required: true
Expand Down

0 comments on commit d98ffce

Please sign in to comment.