Skip to content

Commit

Permalink
Set acr and gpr as required
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwh committed Nov 21, 2022
1 parent d835be3 commit 2e0ecf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ description: 'Exports a MVN_GOALS environment variable based on combination of i
inputs:
acr:
description: True if the app deploys docker images to Azure Container Registry, otherwise false
required: false
required: true
default: 'false'
gpr:
description: True if the app deploys JARs to Github Package Registry using deploy, otherwise false
required: false
required: true
default: 'false'
outputs:
maven-goals:
Expand Down

0 comments on commit 2e0ecf3

Please sign in to comment.