Skip to content

Commit f704669

Browse files
committed
Use output not env.
1 parent 966fd42 commit f704669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if git diff --quiet; then
165165
echo "uncommitted_changes=false" >> "$GITHUB_OUTPUT"
166166
else
167-
echo "uncommitted_changes=true" >> "$GITHUB_ENV"
167+
echo "uncommitted_changes=true" >> "$GITHUB_OUTPUT"
168168
fi
169169
170170
- name: Stage changes

0 commit comments

Comments
 (0)