Skip to content

Commit ce73ae3

Browse files
committed
Add smoke test to the env id
1 parent 9173144 commit ce73ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-smoke-test-env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
default: 4h
1919

2020
env:
21-
ENVIRONMENT_ID: smoke-test-${{ inputs.gme_target_version_tag }} || smoke-test-${{ inputs.gme_initial_version }}
21+
ENVIRONMENT_ID: smoke-test-${{ inputs.gme_target_version_tag || inputs.gme_initial_version }}
2222
#ENVIRONMENT_ID: smoke-test
2323

2424
jobs:

0 commit comments

Comments
 (0)