Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: make input required
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Nov 9, 2023
1 parent 208dd02 commit 1a5c9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy_to_kubernetes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
type: string
K8S_VERSION:
description: Kubernetes version
required: false
required: true
type: string
K8S_NAMESPACE:
description: Kubernetes namespace
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/publish_to_docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
type: string
DOCKER_IMAGE_TAG:
description: Docker image tag
required: false
required: true
type: string
DOCKHUB_ORGANISATION:
description: Docker Hub organisation
Expand Down

0 comments on commit 1a5c9d2

Please sign in to comment.