From 36f8e6fb32d4cc561918adb4a8fd5d55a10a5937 Mon Sep 17 00:00:00 2001 From: Sam J Hill Date: Tue, 13 Dec 2022 00:08:16 -0500 Subject: [PATCH] fetch review script for remote use (#11) --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 07881c4..967dc56 100644 --- a/action.yml +++ b/action.yml @@ -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: |