From f0c24a69515f14f466fad42696124641c5f140ff Mon Sep 17 00:00:00 2001 From: Sean Goedecke Date: Tue, 22 Apr 2025 06:21:00 +0000 Subject: [PATCH] Sentence case step names --- automation/summary.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/summary.yml b/automation/summary.yml index 63e54ad..0494ce0 100644 --- a/automation/summary.yml +++ b/automation/summary.yml @@ -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: