We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b1020 commit eb76112Copy full SHA for eb76112
1 file changed
action.yaml
@@ -34,6 +34,7 @@ runs:
34
projectName: ${{ inputs.projectName }}
35
releaseName: ${{ inputs.releaseName }}
36
dsl-actual-parameter: ${{ inputs.pipelineParameter }}
37
+ ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}
38
39
- name: Attach action meta data to runtime object
40
uses: cloudbees-github-actions/eval-dsl@v1
@@ -57,3 +58,4 @@ runs:
57
58
propertyName: "ec_summary/GitHub Workflow Run",
59
value: "<html><a href='"+"https://github.com/${repository}/actions/runs/${run_id}"+"'>link</a></html>")
60
}
61
0 commit comments