Skip to content

Commit

Permalink
fix: set explicitly required
Browse files Browse the repository at this point in the history
  • Loading branch information
jdassonvil committed Apr 15, 2024
1 parent 4d1fada commit 9c6e045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ecs-deploy-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ on:
use_version_as_docker_image_tag:
type: boolean
default: true
required: false
version:
type: string
required: false
Expand Down Expand Up @@ -109,7 +110,7 @@ jobs:
- name: Get former version from Git
id: git_hash
if: "! (inputs.docker_image_tag || inputs.use_version_as_docker_image_tag)"
uses: sencrop/github-workflows/actions/look-git-hash@master
uses: sencrop/github-workflows/actions/lookup-git-hash@master

- name: Notify deployment in progress
uses: sencrop/github-workflows/actions/notify-deployment-in-progress@master
Expand Down

0 comments on commit 9c6e045

Please sign in to comment.