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
dd0f8a10c6
commit
356dcc137a
6
.github/workflows/prhtmlgenerator.yml
vendored
6
.github/workflows/prhtmlgenerator.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: 'Bockiii/bockiii.github.io'
|
repository: 'RSS-Bridge/rss-bridge-tests'
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
token: ${{ secrets.RSSTESTER_ACTION }}
|
token: ${{ secrets.RSSTESTER_ACTION }}
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ jobs:
|
|||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git config --global user.email "<>"
|
git config --global user.email "<>"
|
||||||
|
|
||||||
- name: Download generated template
|
- name: Download tests
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: tests
|
name: tests
|
||||||
@ -103,7 +103,7 @@ jobs:
|
|||||||
cd ${{github.event.number}}
|
cd ${{github.event.number}}
|
||||||
mv -f $GITHUB_WORKSPACE/*.html .
|
mv -f $GITHUB_WORKSPACE/*.html .
|
||||||
|
|
||||||
- name: Commit and push generated template
|
- name: Commit and push generated tests
|
||||||
run: |
|
run: |
|
||||||
export COMMIT_MESSAGE="Added tests for PR ${{github.event.number}}"
|
export COMMIT_MESSAGE="Added tests for PR ${{github.event.number}}"
|
||||||
git add .
|
git add .
|
||||||
|
Loading…
Reference in New Issue
Block a user