Change to double quotes

This commit is contained in:
zandercymatics 2023-12-01 10:49:23 -07:00
parent d4224799d8
commit aad157c7e1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -40,7 +40,7 @@ jobs:
id: var
with:
script: |
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'ZA';
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : "ZA";
core.setOutput('environment', environment);
upload-reports: