Skip to content

Commit

Permalink
Update prhtmlgenerator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bockiii authored Oct 14, 2024
1 parent dd0f8a1 commit 356dcc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prhtmlgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: 'Bockiii/bockiii.github.io'
repository: 'RSS-Bridge/rss-bridge-tests'
ref: 'main'
token: ${{ secrets.RSSTESTER_ACTION }}

Expand All @@ -91,7 +91,7 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "<>"
- name: Download generated template
- name: Download tests
uses: actions/download-artifact@v4
with:
name: tests
Expand All @@ -103,7 +103,7 @@ jobs:
cd ${{github.event.number}}
mv -f $GITHUB_WORKSPACE/*.html .
- name: Commit and push generated template
- name: Commit and push generated tests
run: |
export COMMIT_MESSAGE="Added tests for PR ${{github.event.number}}"
git add .
Expand Down

0 comments on commit 356dcc1

Please sign in to comment.