We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7e947 commit 186b37bCopy full SHA for 186b37b
1 file changed
.github/workflows/test-and-zip-default-themes.yml
@@ -172,7 +172,7 @@ jobs:
172
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
173
with:
174
name: pr-built-file-changes
175
- path: changes.diff
+ path: src/wp-content/themes/${{ matrix.theme }}/changes.diff
176
177
- name: Ensure version-controlled files are not modified or deleted
178
run: git diff --exit-code
0 commit comments