fix: syntax typo
This commit is contained in:
parent
644db270c2
commit
111af7cd36
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
CD_APP: ${{ inputs.app || github.event.repository.name }}
|
CD_APP: ${{ inputs.app || github.event.repository.name }}
|
||||||
CD_ENV: ${{ inputs.env }}
|
CD_ENV: ${{ inputs.env }}
|
||||||
CD_COMMIT: ${{ inputs.commit || 'false }}
|
CD_COMMIT: ${{ inputs.commit || 'false' }}
|
||||||
CD_PUSH: ${{ inputs.push || 'false' }}
|
CD_PUSH: ${{ inputs.push || 'false' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue