Skip to content

Commit 253e168

Browse files
committed
Fix a linting issue.
1 parent 79ce314 commit 253e168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
run: |
164164
diff_output=$(git diff)
165165
if [ -n "$diff_output" ]; then
166-
echo "uncommitted_changes=$(echo $diff_output)" >> "$GITHUB_OUTPUT"
166+
echo "uncommitted_changes=$diff_output" >> "$GITHUB_OUTPUT"
167167
fi
168168
169169
- name: Stage changes

0 commit comments

Comments
 (0)