From 78d6b91d0baa09b10c68e95c3f93e21d3badbd87 Mon Sep 17 00:00:00 2001 From: Sean Goedecke Date: Tue, 8 Apr 2025 02:10:27 +0000 Subject: [PATCH] Lint README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79bf6d1..556d51d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ your actions. Create a workflow to use the AI inference action: ```yaml -name: "AI inference" +name: 'AI inference' on: workflow_dispatch jobs: @@ -28,7 +28,7 @@ jobs: uses: actions/ai-inference@v1 with: prompt: 'Hello!' - + - name: Print Output id: output run: echo "${{ steps.inference.outputs.response }}"