Skip to content

Commit f704669

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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)