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 459eac8 commit 89ae6f1Copy full SHA for 89ae6f1
action.yaml
@@ -84,7 +84,7 @@ outputs:
84
description: 'Name of workflow triggered'
85
runs:
86
using: 'docker'
87
- image: 'Dockerfile'
+ image: 'docker://ghcr.io/splunk/wfe-test-runner-action/wfe-test-runner-action:v5.1.0'
88
args:
89
- ${{ inputs.workflow-tmpl-name }}
90
- ${{ inputs.workflow-template-ns }}
@@ -103,4 +103,4 @@ runs:
103
- ${{ inputs.os-name }}
104
- ${{ inputs.os-version }}
105
- ${{ inputs.test-browser }}
106
- - ${{ inputs.ta-upgrade-version }}
+ - ${{ inputs.ta-upgrade-version }}
0 commit comments