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 b11d571 commit 2d139f6Copy full SHA for 2d139f6
action.yaml
@@ -39,6 +39,7 @@ runs:
39
processName: ${{ inputs.processName }}
40
environmentName: ${{ inputs.environmentName }}
41
dsl-actual-parameter: ${{ inputs.actualParameter }}
42
+ ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}
43
44
- name: Attach action meta data to runtime object
45
uses: cloudbees-github-actions/eval-dsl@v1
@@ -50,3 +51,4 @@ runs:
50
51
setProperty jobId: jobId,
52
propertyName: "/myJob/report-urls/GitHub Actions Workflow URL",
53
value: "https://github.com/${repository}/actions/runs/${run_id}"
54
0 commit comments