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: |
git config --global user.name "GitHub Actions"
git config --global user.email "<>"
git config --unset-all http.https://github.com/.extraheader
- name: Download generated template
uses: actions/download-artifact@v4
@ -99,7 +100,7 @@ jobs:
cd prs
mkdir ${{github.event.number}}
cd ${{github.event.number}}
cp $GITHUB_WORKSPACE/*.html .
mv $GITHUB_WORKSPACE/*.html .
- name: Commit and push generated template
run: |