We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b49f5e commit 4d429cfCopy full SHA for 4d429cf
.github/workflows/pull-requests-built-files.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: Ensure version-controlled files are not modified or deleted during building
122
id: built-file-check
123
run: |
124
- diff_output="$(git diff)"
+ diff_output=$(git diff)
125
if [ -n "$diff_output" ]; then
126
echo "uncommitted_changes=$diff_output" >> "$GITHUB_OUTPUT"
127
fi
0 commit comments