Skip to content

Commit

Permalink
ssl arg
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxey authored Sep 15, 2023
1 parent 72c7493 commit 8cf68bb
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 @@ -31,6 +31,7 @@ runs:
projectName: ${{ inputs.projectName }}
pipelineName: ${{ inputs.pipelineName }}
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 @@ -54,3 +55,4 @@ runs:
propertyName: "ec_summary/GitHub Workflow Run",
value: "<html><a href='"+"https://github.com/${repository}/actions/runs/${run_id}"+"'>link</a></html>")
}
ignore-unverified-cert: ${{ inputs.ignore-unverified-cert }}

0 comments on commit 8cf68bb

Please sign in to comment.