Sentence case step names

This commit is contained in:
Sean Goedecke
2025-04-22 06:21:00 +00:00
parent a041377b16
commit f0c24a6951
+3 -3
View File
@@ -14,8 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run AI Inference
- name: Run AI inference
id: inference
uses: actions/ai-inference@v1
with:
@@ -25,7 +25,7 @@ jobs:
Title: ${{ github.event.issue.title }}
Body: ${{ github.event.issue.body }}
- name: Comment with AI Summary
- name: Comment with AI summary
run: |
gh issue comment $ISSUE_NUMBER --body '${{ steps.inference.outputs.response }}'
env: