Change how creds are handled

This commit is contained in:
zandercymatics 2023-11-29 14:21:33 -07:00
parent e21b8b6e71
commit 159118d005
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 15 additions and 12 deletions

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);
wait-for-deploy: