From 3f731f762e5782cf47a790c6f45e5e3d58598dcd Mon Sep 17 00:00:00 2001 From: Rob Luke Date: Wed, 26 Apr 2023 00:05:04 +1000 Subject: [PATCH] Update action.yml --- action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/action.yml b/action.yml index 6cb0c73..0d7d6e4 100644 --- a/action.yml +++ b/action.yml @@ -18,3 +18,9 @@ inputs: description: 'Your OpenAI API key' required: true default: 'sk-XXXX' + +runs: + using: "composite" + steps: + - run: echo I will process ${{ inputs.analysis-path }}. + shell: bash