fix: syntax typo

This commit is contained in:
devthejo 2023-12-03 12:45:13 +01:00
parent 644db270c2
commit 111af7cd36
Signed by: devthejo
GPG key ID: C04215C627711F5C

View file

@ -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: |