This commit is contained in:
zandercymatics 2023-12-05 12:02:49 -07:00
parent 1c52e73fe4
commit 99c2dc4de3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -30,7 +30,7 @@ jobs:
id: var id: var
with: with:
script: | script: |
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : ${{ secrets[env.DEFAULT_ENV]] }}; const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : ${{ secrets[env.DEFAULT_ENV] }};
core.setOutput('environment', environment); core.setOutput('environment', environment);
upload-reports: upload-reports: