Skip to content

Commit

Permalink
fix(workflow): update step ID from ai to aiction to ensure correct ou…
Browse files Browse the repository at this point in the history
…tput references in GitHub Actions workflow
  • Loading branch information
0xJord4n committed Dec 23, 2024
1 parent fefc7e4 commit 8285e44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/basic-prompt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

- name: Generate AI Text
uses: ./
id: aiction
with:
config: >
{
Expand All @@ -27,6 +28,6 @@ jobs:
- name: Output
run: |
echo "Text: ${{ steps.ai.outputs.text }}"
echo "Usage: ${{ steps.ai.outputs.usage }}"
echo "Finish Reason: ${{ steps.ai.outputs.finishReason }}"
echo "Text: ${{ steps.aiction.outputs.text }}"
echo "Usage: ${{ steps.aiction.outputs.usage }}"
echo "Finish Reason: ${{ steps.aiction.outputs.finishReason }}"

0 comments on commit 8285e44

Please sign in to comment.