Skip to content

Commit 4d429cf

Browse files
committed
Will this end?
1 parent 2b49f5e commit 4d429cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Ensure version-controlled files are not modified or deleted during building
122122
id: built-file-check
123123
run: |
124-
diff_output="$(git diff)"
124+
diff_output=$(git diff)
125125
if [ -n "$diff_output" ]; then
126126
echo "uncommitted_changes=$diff_output" >> "$GITHUB_OUTPUT"
127127
fi

0 commit comments

Comments
 (0)