diff --git a/uptag/action.yaml b/uptag/action.yaml index d0872bc..232c67e 100644 --- a/uptag/action.yaml +++ b/uptag/action.yaml @@ -27,7 +27,7 @@ runs: env: CD_APP: ${{ inputs.app || github.event.repository.name }} CD_ENV: ${{ inputs.env }} - CD_COMMIT: ${{ inputs.commit || 'false }} + CD_COMMIT: ${{ inputs.commit || 'false' }} CD_PUSH: ${{ inputs.push || 'false' }} shell: bash run: |