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 }}"