Skip to content

Commit

Permalink
fetch review script for remote use (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
samjhill authored Dec 13, 2022
1 parent ccc7e77 commit 36f8e6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ runs:
python -m pip install -U pip
pip install openai
pip install requests
- name: Fetch review logic
uses: wei/wget@v1
with:
args: -O review.py https://raw.githubusercontent.com/samjhill/GPTReview/main/review.py
- name: Review PR and make comment
shell: bash
run: |
Expand Down

0 comments on commit 36f8e6f

Please sign in to comment.