Test manual environment vars

This commit is contained in:
zandercymatics 2023-11-24 13:03:44 -07:00
parent c64e7d67cb
commit 5be0b6b96b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 11 additions and 3 deletions

View file

@ -39,8 +39,8 @@ jobs:
id: var
with:
script: |
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'za';
core.setOutput('environment', environment);
const environment = (github && github.event && github.event.inputs) ? github.event.inputs.environment : 'ZA';
core.setOutput('environment', 'ZA');
wait-for-deploy:
runs-on: ubuntu-latest