Skip to content

Commit

Permalink
added sc4s version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth-khatsuriya committed Sep 1, 2021
1 parent 00e08e2 commit 2d0044c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ inputs:
addon-secret-id:
description: 'AWS addon secret ID'
required: true
extra-args:
description: 'Extra args for arg0 submit'
required: false
sc4s-version:
description: 'version of SC4S, No if not required'
required: true

outputs:
workflow-name: # id of output
Expand All @@ -70,5 +70,5 @@ runs:
- ${{ inputs.test-args }}
- ${{ inputs.labels }}
- ${{ inputs.addon-secret-id }}
- ${{ inputs.extra-args}}
- ${{ inputs.sc4s-version }}

1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ WORKFLOW_NAME=`argo submit -v -o json --from wftmpl/${1} -n ${2} -l workflows.ar
-p test-type=${7} \
-p pytest-args="${8}" \
-p aws-addon-secret-id=${10} \
-p sc4s-version=${11} \
-l="${9},test-type=${7},splunk-version=${6}" | jq -r .metadata.name`

echo "After argo submit $?"
Expand Down

0 comments on commit 2d0044c

Please sign in to comment.