Skip to content

Commit

Permalink
Update gpt-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SwaragThaikkandi authored Mar 28, 2024
1 parent 150813b commit 61cd7a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gpt-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:

- name: Update RST file
run: |
echo "Date: $(date)" >> docs/GPT.rst
echo "Prompt:" >> docs/GPT.rst
echo "${{ env.PROMPT }}" >> docs/GPT.rst
echo "Date: $(date)" >> /docs/gpt.rst
echo "Prompt:" >> /docs/GPT.rst
echo "${{ env.PROMPT }}" >> /docs/gpt.rst
echo "Output:" >> docs/GPT.rst
echo "${{ steps.gpt_code_review.outputs.response }}" >> docs/GPT.rst
echo "${{ steps.gpt_code_review.outputs.response }}" >> /docs/gpt.rst

0 comments on commit 61cd7a2

Please sign in to comment.