Update prhtmlgenerator.yml

This commit is contained in:
Bocki 2024-10-14 13:40:49 +02:00 committed by GitHub
parent dd0f8a10c6
commit 356dcc137a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 .