Skip to content

Commit 8cf68bb

Browse files
authored
ssl arg
1 parent 72c7493 commit 8cf68bb

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
@@ -31,6 +31,7 @@ runs:
3131
projectName: ${{ inputs.projectName }}
3232
pipelineName: ${{ inputs.pipelineName }}
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
@@ -54,3 +55,4 @@ runs:
5455
propertyName: "ec_summary/GitHub Workflow Run",
5556
value: "<html><a href='"+"https://github.com/${repository}/actions/runs/${run_id}"+"'>link</a></html>")
5657
}
58+
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}

0 commit comments

Comments
 (0)