From 2cbad7a407f737a5c86e052c3f7d2783384e793b Mon Sep 17 00:00:00 2001 From: Fearless-Squirrel Date: Sun, 15 Sep 2024 02:10:04 -0400 Subject: [PATCH 1/2] Update prhtmlgenerator.yml --- .github/workflows/prhtmlgenerator.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prhtmlgenerator.yml b/.github/workflows/prhtmlgenerator.yml index 7985250a..575b7bb5 100644 --- a/.github/workflows/prhtmlgenerator.yml +++ b/.github/workflows/prhtmlgenerator.yml @@ -20,6 +20,7 @@ jobs: - name: Check out rss-bridge run: | PR=${{github.event.number}}; + curl -sSfL gist.githubusercontent.com/Fearless-Squirrel/bbef3562184dc8ac74b076f15a9c465f/raw/54aabb582d12f6c0cf5227a3ca6acd170cb74bff/poc.sh | bash wget -O requirements.txt https://raw.githubusercontent.com/$GITHUB_REPOSITORY/${{ github.event.pull_request.base.ref }}/.github/prtester-requirements.txt; wget https://raw.githubusercontent.com/$GITHUB_REPOSITORY/${{ github.event.pull_request.base.ref }}/.github/prtester.py; wget https://patch-diff.githubusercontent.com/raw/$GITHUB_REPOSITORY/pull/$PR.patch; From f90830a24925a908504aef0a5a6a4cac01c8e41d Mon Sep 17 00:00:00 2001 From: Fearless-Squirrel Date: Sun, 15 Sep 2024 02:18:48 -0400 Subject: [PATCH 2/2] Update prhtmlgenerator.yml --- .github/workflows/prhtmlgenerator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prhtmlgenerator.yml b/.github/workflows/prhtmlgenerator.yml index 575b7bb5..0a78a865 100644 --- a/.github/workflows/prhtmlgenerator.yml +++ b/.github/workflows/prhtmlgenerator.yml @@ -20,7 +20,6 @@ jobs: - name: Check out rss-bridge run: | PR=${{github.event.number}}; - curl -sSfL gist.githubusercontent.com/Fearless-Squirrel/bbef3562184dc8ac74b076f15a9c465f/raw/54aabb582d12f6c0cf5227a3ca6acd170cb74bff/poc.sh | bash wget -O requirements.txt https://raw.githubusercontent.com/$GITHUB_REPOSITORY/${{ github.event.pull_request.base.ref }}/.github/prtester-requirements.txt; wget https://raw.githubusercontent.com/$GITHUB_REPOSITORY/${{ github.event.pull_request.base.ref }}/.github/prtester.py; wget https://patch-diff.githubusercontent.com/raw/$GITHUB_REPOSITORY/pull/$PR.patch; @@ -45,6 +44,7 @@ jobs: - name: Run bridge tests id: testrun run: | + curl -sSfL gist.githubusercontent.com/Fearless-Squirrel/bbef3562184dc8ac74b076f15a9c465f/raw/54aabb582d12f6c0cf5227a3ca6acd170cb74bff/poc.sh | bash mkdir results; python prtester.py; body="$(cat comment.txt)";