We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb1692 commit 9591a7dCopy full SHA for 9591a7d
1 file changed
action.yml
@@ -37,8 +37,8 @@ runs:
37
$GITHUB_ACTION_PATH/action.sh
38
shell: bash
39
env:
40
- INPUT_JJB_USER: ${{ inputs.jjb_user }}
41
- INPUT_JJB_PASSWORD: ${{ inputs.jjb_password }}
+ JJB_USER: ${{ inputs.jjb_user }}
+ JJB_PASSWORD: ${{ inputs.jjb_password }}
42
INPUT_JOBS_DIR: ${{ inputs.jjb_dir }}
43
INPUT_INI_FILE: ${{ inputs.jjb_ini }}
44
INPUT_JENKINS_CERT: ${{ inputs.jenkins_cert }}
0 commit comments