add password var to the runner
This commit is contained in:
parent
273a0eb15c
commit
a9c7d53b06
@ -66,6 +66,8 @@ jobs:
|
||||
echo "=== Debug: File detection complete ==="
|
||||
|
||||
- name: Upload to PDS and Submit JCL
|
||||
env:
|
||||
MVS_BATCH_PASSWORD: ${{ vars.MVS_BATCH_PASSWORD }}
|
||||
if: steps.files.outputs.file != ''
|
||||
run: |
|
||||
echo "=== Debug: Starting upload/submit ==="
|
||||
|
||||
Loading…
Reference in New Issue
Block a user