Update prhtmlgenerator.yml

This commit is contained in:
Bocki 2024-10-14 10:59:55 +02:00 committed by GitHub
parent f6d9375f29
commit 5544231a4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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