Skip to content

Commit 78d6b91

Browse files
committed
Lint README.md
1 parent 1a66a59 commit 78d6b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ your actions.
1414
Create a workflow to use the AI inference action:
1515

1616
```yaml
17-
name: "AI inference"
17+
name: 'AI inference'
1818
on: workflow_dispatch
1919

2020
jobs:
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/ai-inference@v1
2929
with:
3030
prompt: 'Hello!'
31-
31+
3232
- name: Print Output
3333
id: output
3434
run: echo "${{ steps.inference.outputs.response }}"

0 commit comments

Comments
 (0)