Skip to content

Commit

Permalink
feature: add extra args param
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Khatsuriya committed Sep 1, 2021
1 parent 6b2f276 commit 00e08e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ inputs:
addon-secret-id:
description: 'AWS addon secret ID'
required: true
extra-args:
description: 'Extra args for arg0 submit'
required: false

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

0 comments on commit 00e08e2

Please sign in to comment.