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 72c7493 commit 8cf68bbCopy full SHA for 8cf68bb
action.yaml
@@ -31,6 +31,7 @@ runs:
31
projectName: ${{ inputs.projectName }}
32
pipelineName: ${{ inputs.pipelineName }}
33
dsl-actual-parameter: ${{ inputs.actualParameter }}
34
+ ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}
35
36
- name: Attach action meta data to runtime object
37
uses: cloudbees-github-actions/eval-dsl@v1
@@ -54,3 +55,4 @@ runs:
54
55
propertyName: "ec_summary/GitHub Workflow Run",
56
value: "<html><a href='"+"https://github.com/${repository}/actions/runs/${run_id}"+"'>link</a></html>")
57
}
58
0 commit comments