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

Commit eb76112

Browse files
authored
ssl arg
1 parent 07b1020 commit eb76112

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
@@ -34,6 +34,7 @@ runs:
3434
projectName: ${{ inputs.projectName }}
3535
releaseName: ${{ inputs.releaseName }}
3636
dsl-actual-parameter: ${{ inputs.pipelineParameter }}
37+
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}
3738

3839
- name: Attach action meta data to runtime object
3940
uses: cloudbees-github-actions/eval-dsl@v1
@@ -57,3 +58,4 @@ runs:
5758
propertyName: "ec_summary/GitHub Workflow Run",
5859
value: "<html><a href='"+"https://github.com/${repository}/actions/runs/${run_id}"+"'>link</a></html>")
5960
}
61+
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}

0 commit comments

Comments
 (0)