Skip to content

Commit 1c1aa8c

Browse files
committed
Add missing new line
1 parent e432c2d commit 1c1aa8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/acceptance-tests/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ runs:
8080
- name: Run test - ${{ inputs.testType }}
8181
if: ${{ inputs.testType != 'e2e' || steps.check_proxy_deployed.outputs.proxy_deployed == 'true'}}
8282
shell: bash
83-
env: TARGET_ENVIRONMENT: ${{ inputs.targetEnvironment }}
83+
env:
84+
TARGET_ENVIRONMENT: ${{ inputs.targetEnvironment }}
8485
run: |
8586
make test-${{ inputs.testType }}

0 commit comments

Comments
 (0)