Skip to content

Commit

Permalink
ssl arg
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxey committed Sep 15, 2023
1 parent b11d571 commit 2d139f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
processName: ${{ inputs.processName }}
environmentName: ${{ inputs.environmentName }}
dsl-actual-parameter: ${{ inputs.actualParameter }}
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}

- name: Attach action meta data to runtime object
uses: cloudbees-github-actions/eval-dsl@v1
Expand All @@ -50,3 +51,4 @@ runs:
setProperty jobId: jobId,
propertyName: "/myJob/report-urls/GitHub Actions Workflow URL",
value: "https://github.com/${repository}/actions/runs/${run_id}"
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}

0 comments on commit 2d139f6

Please sign in to comment.