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
92c6eb116c
commit
5f604d2b26
6
.github/workflows/prhtmlgenerator.yml
vendored
6
.github/workflows/prhtmlgenerator.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
docker build -t prbuild .;
|
docker build -t prbuild .;
|
||||||
docker run -d -v $GITHUB_WORKSPACE/whitelist.txt:/app/whitelist.txt -v $GITHUB_WORKSPACE/DEBUG:/app/DEBUG -p 3001:80 prbuild
|
docker run -d -v $GITHUB_WORKSPACE/whitelist.txt:/app/whitelist.txt -v $GITHUB_WORKSPACE/DEBUG:/app/DEBUG -p 3001:80 prbuild
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.7'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
@ -59,7 +59,7 @@ jobs:
|
|||||||
path: '*.html'
|
path: '*.html'
|
||||||
- name: Find Comment
|
- name: Find Comment
|
||||||
if: ${{ steps.testrun.outputs.bodylength > 130 }}
|
if: ${{ steps.testrun.outputs.bodylength > 130 }}
|
||||||
uses: peter-evans/find-comment@v2
|
uses: peter-evans/find-comment@v3
|
||||||
id: fc
|
id: fc
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
body-includes: Pull request artifacts
|
body-includes: Pull request artifacts
|
||||||
- name: Create or update comment
|
- name: Create or update comment
|
||||||
if: ${{ steps.testrun.outputs.bodylength > 130 }}
|
if: ${{ steps.testrun.outputs.bodylength > 130 }}
|
||||||
uses: peter-evans/create-or-update-comment@v2
|
uses: peter-evans/create-or-update-comment@v3
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
|
Loading…
Reference in New Issue
Block a user