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 87b9fe4 commit 41189b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prhtmlgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
- name: Move tests
run: |
cd prs
mkdir ${{github.event.number}}
mkdir -p ${{github.event.number}}
cd ${{github.event.number}}
mv $GITHUB_WORKSPACE/*.html .
mv -f $GITHUB_WORKSPACE/*.html .
- name: Commit and push generated template
run: |
Expand Down

0 comments on commit 41189b4

Please sign in to comment.