From 21d41b72ba884bb2436c1a80c1b0c5b5bbd85944 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Sat, 12 Jul 2025 20:03:04 +0200 Subject: [PATCH 1/2] docs: add prompt-action to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae27657..7a7c325 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ Any library that can invoke an LLM inference service could be used to create a w ### YAML (GitHub Actions Yaml) * [actions/ai-inference](https://github.com/actions/ai-inference): a standard GitHub Action for invoking LLMs direct from YAML +* [FidelusAleksander/prompt-action](https://github.com/actions/ai-inference): A GitHub Action that lets you Prompt AI directly in your workflows with support for structured outputs and prompt templating. + ### Shell Scripting From 0db5fc04002e19e3cb5ae7433f5e4f1d50ae0a02 Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Sat, 12 Jul 2025 20:03:34 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a7c325..03c6257 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Any library that can invoke an LLM inference service could be used to create a w ### YAML (GitHub Actions Yaml) * [actions/ai-inference](https://github.com/actions/ai-inference): a standard GitHub Action for invoking LLMs direct from YAML -* [FidelusAleksander/prompt-action](https://github.com/actions/ai-inference): A GitHub Action that lets you Prompt AI directly in your workflows with support for structured outputs and prompt templating. +* [FidelusAleksander/prompt-action](https://github.com/FidelusAleksander/prompt-action): A GitHub Action that lets you Prompt AI directly in your workflows with support for structured outputs and prompt templating. ### Shell Scripting