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
3ca9b6dbe3
commit
dd0f8a10c6
4
.github/workflows/prhtmlgenerator.yml
vendored
4
.github/workflows/prhtmlgenerator.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||||
- name: Check out rss-bridge
|
- name: Check out rss-bridge
|
||||||
run: |
|
run: |
|
||||||
export PR=${{github.event.number}};
|
PR=${{github.event.number}};
|
||||||
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;
|
||||||
@ -51,6 +51,8 @@ jobs:
|
|||||||
body="${body//$'\n'/'%0A'}";
|
body="${body//$'\n'/'%0A'}";
|
||||||
body="${body//$'\r'/'%0D'}";
|
body="${body//$'\r'/'%0D'}";
|
||||||
echo "bodylength=${#body}" >> $GITHUB_OUTPUT
|
echo "bodylength=${#body}" >> $GITHUB_OUTPUT
|
||||||
|
env:
|
||||||
|
PR: ${{ github.event.number }}
|
||||||
- name: Upload generated tests
|
- name: Upload generated tests
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
id: upload-generated-tests
|
id: upload-generated-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user