Skip to content

Commit 2d139f6

Browse files
authored
ssl arg
1 parent b11d571 commit 2d139f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ runs:
3939
processName: ${{ inputs.processName }}
4040
environmentName: ${{ inputs.environmentName }}
4141
dsl-actual-parameter: ${{ inputs.actualParameter }}
42+
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}
4243

4344
- name: Attach action meta data to runtime object
4445
uses: cloudbees-github-actions/eval-dsl@v1
@@ -50,3 +51,4 @@ runs:
5051
setProperty jobId: jobId,
5152
propertyName: "/myJob/report-urls/GitHub Actions Workflow URL",
5253
value: "https://github.com/${repository}/actions/runs/${run_id}"
54+
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}

0 commit comments

Comments
 (0)