Skip to content

Commit fbde80f

Browse files
committed
Update step name for accuracy.
1 parent 13ffc78 commit fbde80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-zip-default-themes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
name: pr-built-file-changes
192192
path: src/wp-content/themes/${{ matrix.theme }}/changes.diff
193193

194-
- name: Ensure version-controlled files are not modified or deleted
194+
- name: Check for uncommitted changes after building
195195
run: |
196196
if [ -n "$(git status --porcelain)" ]; then
197197
echo "Uncommitted changes detected after build:"

0 commit comments

Comments
 (0)