Skip to content

Commit becbcb4

Browse files
committed
Add missing doublequote
1 parent be03fd8 commit becbcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
--input - \
117117
/repos/$GITHUB_REPOSITORY/check-runs/$CHECK_RUN_ID
118118
119-
echo "conclusion=$conclusion" >> "$GITHUB_OUTPUT
119+
echo "conclusion=$conclusion" >> "$GITHUB_OUTPUT"
120120
121121
- name: Set output
122122
id: set-output

0 commit comments

Comments
 (0)