Skip to content

Commit

Permalink
fix: no longer requiring inputs with defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
emaydeck-mozilla committed Aug 28, 2024
1 parent dcec9c4 commit 9146b7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
required: true
type: string
gar_location:
required: true
required: false
type: string
default: us
gar_repository:
required: true
required: false
type: string
default: autopush-prod
gcp_project_id:
required: true
required: false
type: string
default: moz-fx-autopush-prod
image:
Expand Down

0 comments on commit 9146b7a

Please sign in to comment.