Skip to content

Commit f4f0870

Browse files
committed
Delete __phpstan-src before creating a PR
1 parent 11cfa92 commit f4f0870

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/claude-update-config-parameters-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,9 @@ jobs:
221221
echo "pr_bodyUpdate error identifiers docs" >> "$GITHUB_OUTPUT"
222222
fi
223223
224+
- name: "Delete __phpstan-src"
225+
run: "rm -r __phpstan-src"
226+
224227
- name: "Create Pull Request"
225228
id: create-pr
226229
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0

.github/workflows/claude-update-phpdoc-tags-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ jobs:
163163
echo "pr_bodyUpdate error identifiers docs" >> "$GITHUB_OUTPUT"
164164
fi
165165
166+
- name: "Delete __phpstan-src"
167+
run: "rm -r __phpstan-src"
168+
166169
- name: "Create Pull Request"
167170
id: create-pr
168171
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0

.github/workflows/claude-update-phpdoc-types-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ jobs:
152152
echo "pr_bodyUpdate error identifiers docs" >> "$GITHUB_OUTPUT"
153153
fi
154154
155+
- name: "Delete __phpstan-src"
156+
run: "rm -r __phpstan-src"
157+
155158
- name: "Create Pull Request"
156159
id: create-pr
157160
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0

0 commit comments

Comments
 (0)