Skip to content

Commit

Permalink
chore(release): 1.6.5
Browse files Browse the repository at this point in the history
## [1.6.5](v1.6.4...v1.6.5) (2022-11-02)

### Bug Fixes

* correcting path to update dockerfile ([2579a94](2579a94))
  • Loading branch information
semantic-release-bot committed Nov 2, 2022
1 parent 2579a94 commit a5edf76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name: 'Workflow engine test runner'
description: 'Tringger argo workflow'
inputs:
splunk: # id of input
splunk: # id of input
description: 'Splunk version to test.'
required: true
test-type:
Expand Down Expand Up @@ -71,13 +71,12 @@ inputs:
description: 'OS version on which splunk will be spinned for scripted input'
required: false
default: 'latest'

outputs:
workflow-name: # id of output
description: 'Name of workflow triggered'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v1.6.5'
args:
- ${{ inputs.workflow-tmpl-name }}
- ${{ inputs.workflow-template-ns }}
Expand All @@ -95,4 +94,3 @@ runs:
- ${{ inputs.sc4s-docker-registry }}
- ${{ inputs.os-name }}
- ${{ inputs.os-version }}

0 comments on commit a5edf76

Please sign in to comment.