Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 3a8fc92

Browse files
authored
ssl arg
1 parent 21ea9c3 commit 3a8fc92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runs:
3131
projectName: ${{ inputs.projectName }}
3232
procedureName: ${{ inputs.procedureName }}
3333
dsl-actual-parameter: ${{ inputs.actualParameter }}
34+
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}
3435

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

0 commit comments

Comments
 (0)