Skip to content

Commit 03dbac4

Browse files
committed
Fix syntax error.
1 parent 47d1523 commit 03dbac4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pull-requests-built-files.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,13 @@ jobs:
7777
- name: Build WordPress
7878
run: npm run build:dev
7979

80-
- name: Ensure version-controlled files are not modified or deleted during building
81-
id: built-file-check
82-
8380
- name: Configure git user name and email
8481
run: |
8582
git config user.name "dependabot[bot]"
8683
git config user.email dependabot[bot]@users.noreply.github.com
8784
88-
- name: Check for uncommitted changes
85+
- name: Ensure version-controlled files are not modified or deleted during building
86+
id: built-file-check
8987
run: |
9088
diff_output=$(git diff)
9189
echo $diff_output

0 commit comments

Comments
 (0)