From 00e08e24bfe8628f4cdac7d8f6ae719bba98c654 Mon Sep 17 00:00:00 2001 From: Siddharth Khatsuriya Date: Wed, 1 Sep 2021 13:00:44 +0530 Subject: [PATCH] feature: add extra args param --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yaml b/action.yaml index d649a10..65594f9 100644 --- a/action.yaml +++ b/action.yaml @@ -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 @@ -67,4 +70,5 @@ runs: - ${{ inputs.test-args }} - ${{ inputs.labels }} - ${{ inputs.addon-secret-id }} + - ${{ inputs.extra-args}}