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 21ea9c3 commit 3a8fc92Copy full SHA for 3a8fc92
1 file changed
action.yaml
@@ -31,6 +31,7 @@ runs:
31
projectName: ${{ inputs.projectName }}
32
procedureName: ${{ inputs.procedureName }}
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
@@ -42,3 +43,4 @@ runs:
42
43
setProperty jobId: jobId,
44
propertyName: "/myJob/report-urls/GitHub Actions Workflow URL",
45
value: "https://github.com/${repository}/actions/runs/${run_id}"
46
0 commit comments