Skip to content

Commit 09ee6f9

Browse files
authored
fix: Update dist-pr.yml (#207)
Adds step to clean the workspace, ensuring that no leftover files can cause conflicts with the checkout.
1 parent 406833d commit 09ee6f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dist-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: |
3434
git config --global user.name 'googlemaps-bot'
3535
git config --global user.email '[email protected]'
36+
37+
- name: Clean Workspace
38+
run: |
39+
git clean -fdx
3640
3741
- name: Create Branch for PR
3842
run: |

0 commit comments

Comments
 (0)