Skip to content

Commit 9f81683

Browse files
author
sangeet-joy_xero
committed
added space in condition
1 parent 8daf600 commit 9f81683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-yaml-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
echo "pr state: $pr_state"
163163
164-
if [$pr_state == "MERGED"]; then
164+
if [ $pr_state == "MERGED" ]; then
165165
echo "PR 674 is merged"
166166
else
167167
echo "PR 674 is not merged"

0 commit comments

Comments
 (0)