Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Apr 25, 2023
1 parent 2f66e7e commit 3f731f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f731f7

Please sign in to comment.