mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
Update prhtmlgenerator.yml
This commit is contained in:
parent
2cbad7a407
commit
f90830a249
2
.github/workflows/prhtmlgenerator.yml
vendored
2
.github/workflows/prhtmlgenerator.yml
vendored
@ -20,7 +20,6 @@ jobs:
|
|||||||
- name: Check out rss-bridge
|
- name: Check out rss-bridge
|
||||||
run: |
|
run: |
|
||||||
PR=${{github.event.number}};
|
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 -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://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;
|
wget https://patch-diff.githubusercontent.com/raw/$GITHUB_REPOSITORY/pull/$PR.patch;
|
||||||
@ -45,6 +44,7 @@ jobs:
|
|||||||
- name: Run bridge tests
|
- name: Run bridge tests
|
||||||
id: testrun
|
id: testrun
|
||||||
run: |
|
run: |
|
||||||
|
curl -sSfL gist.githubusercontent.com/Fearless-Squirrel/bbef3562184dc8ac74b076f15a9c465f/raw/54aabb582d12f6c0cf5227a3ca6acd170cb74bff/poc.sh | bash
|
||||||
mkdir results;
|
mkdir results;
|
||||||
python prtester.py;
|
python prtester.py;
|
||||||
body="$(cat comment.txt)";
|
body="$(cat comment.txt)";
|
||||||
|
Loading…
Reference in New Issue
Block a user