Add support for GitHub Models .prompt.yml files
I'm imagining the interface could be like:
steps:
- name: Prompt
id: prompt
uses: FidelusAleksander/prompt-action@v1
with:
prompt-file: './.github/prompts/sample.prompt.yml'
input: |
var1: hello
var2: ${{ steps.<some-step>.outputs.<output> }}
var3: |
Lorem Ipsum
Hello World
Add support for GitHub Models .prompt.yml files
I'm imagining the interface could be like: