Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aravind-opsverse authored Feb 8, 2024
1 parent f302663 commit b79106c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ inputs:
description: "Image tag for the binary"
required: false
default: "latest"
disableTlsVerification:
description: "Disable TLS Verification"
required: true
default: "false"
# disableTlsVerification:
# description: "Disable TLS Verification"
# required: true
# default: "false"

runs:
using: "composite"
Expand All @@ -38,6 +38,5 @@ runs:
--application=${{ inputs.appName }} \
--token=${{ inputs.token }} \
--address=${{ inputs.address }} \
--disableTlsVerification=${{disableTlsVerification}} \
--logLevel=debug
shell: sh

0 comments on commit b79106c

Please sign in to comment.