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 f6d9375 commit 5544231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prhtmlgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 5544231

Please sign in to comment.