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
f6d9375f29
commit
5544231a4c
3
.github/workflows/prhtmlgenerator.yml
vendored
3
.github/workflows/prhtmlgenerator.yml
vendored
@ -88,6 +88,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "GitHub Actions"
|
git config --global user.name "GitHub Actions"
|
||||||
git config --global user.email "<>"
|
git config --global user.email "<>"
|
||||||
|
git config --unset-all http.https://github.com/.extraheader
|
||||||
|
|
||||||
- name: Download generated template
|
- name: Download generated template
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
@ -99,7 +100,7 @@ jobs:
|
|||||||
cd prs
|
cd prs
|
||||||
mkdir ${{github.event.number}}
|
mkdir ${{github.event.number}}
|
||||||
cd ${{github.event.number}}
|
cd ${{github.event.number}}
|
||||||
cp $GITHUB_WORKSPACE/*.html .
|
mv $GITHUB_WORKSPACE/*.html .
|
||||||
|
|
||||||
- name: Commit and push generated template
|
- name: Commit and push generated template
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user