Skip to content

Commit 71bf0e6

Browse files
authored
Update discussion_auto_close.yml
1 parent 5aa88b0 commit 71bf0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/discussion_auto_close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
else
3030
echo "too_short=false" >> "$GITHUB_OUTPUT"
3131
fi
32-
echo "$GITHUB_OUTPUT""
32+
echo "$GITHUB_OUTPUT"
3333
3434
- name: Notify User via GitHub Mention (Generates Email) then Delete Discussion
3535
if: steps.validation.outputs.too_short == 'true'

0 commit comments

Comments
 (0)