Skip to content

Commit 8daf600

Browse files
author
sangeet-joy_xero
committed
testing condition
1 parent 302cb43 commit 8daf600

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)