Skip to content

Commit 47d1523

Browse files
committed
Fix syntax error.
1 parent 33ce9e7 commit 47d1523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
run: |
8585
git config user.name "dependabot[bot]"
8686
git config user.email dependabot[bot]@users.noreply.github.com
87+
88+
- name: Check for uncommitted changes
8789
run: |
8890
diff_output=$(git diff)
8991
echo $diff_output

0 commit comments

Comments
 (0)