Skip to content

Commit 9591a7d

Browse files
committed
Pass jjb credential intact to script
1 parent aeb1692 commit 9591a7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ runs:
3737
$GITHUB_ACTION_PATH/action.sh
3838
shell: bash
3939
env:
40-
INPUT_JJB_USER: ${{ inputs.jjb_user }}
41-
INPUT_JJB_PASSWORD: ${{ inputs.jjb_password }}
40+
JJB_USER: ${{ inputs.jjb_user }}
41+
JJB_PASSWORD: ${{ inputs.jjb_password }}
4242
INPUT_JOBS_DIR: ${{ inputs.jjb_dir }}
4343
INPUT_INI_FILE: ${{ inputs.jjb_ini }}
4444
INPUT_JENKINS_CERT: ${{ inputs.jenkins_cert }}

0 commit comments

Comments
 (0)