Skip to content

Commit b0fa56e

Browse files
committed
correct quotes
1 parent 412473a commit b0fa56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
echo "cf_exists=true" >> $GITHUB_OUTPUT
9595
else
9696
echo "****************"
97-
echo "Project does not have cloudformation templates'
97+
echo "Project does not have cloudformation templates"
9898
echo "****************"
99-
echo "cf_exists=false" >> $GITHUB_OUTPUT
99+
echo "cfexists=false" >> $GITHUB_OUTPUT
100100
fi
101101
102102
- name: Check for cdk

0 commit comments

Comments
 (0)