Skip to content

Commit 412473a

Browse files
committed
add quotes
1 parent 54c4112 commit 412473a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/quality-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
run: |
7575
if [ -d "SAMtemplates" ]; then
7676
echo "****************"
77-
echo "Project has SAM templates
77+
echo "Project has SAM templates"
7878
echo "****************"
7979
echo "sam_exists=true" >> $GITHUB_OUTPUT
8080
else
8181
echo "****************"
82-
echo "Project does not have SAM templates
82+
echo "Project does not have SAM templates"
8383
echo "****************"
8484
echo "sam_exists=false" >> $GITHUB_OUTPUT
8585
fi
@@ -89,12 +89,12 @@ jobs:
8989
run: |
9090
if [ -d "cloudformation" ]; then
9191
echo "****************"
92-
echo "Project has cloudformation templates
92+
echo "Project has cloudformation templates"
9393
echo "****************"
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 "****************"
9999
echo "cf_exists=false" >> $GITHUB_OUTPUT
100100
fi
@@ -104,12 +104,12 @@ jobs:
104104
run: |
105105
if [ -d "packages/cdk" ]; then
106106
echo "****************"
107-
echo "Project has cdk
107+
echo "Project has cdk"
108108
echo "****************"
109109
echo "cdk_exists=true" >> $GITHUB_OUTPUT
110110
else
111111
echo "****************"
112-
echo "Project does not have cdk
112+
echo "Project does not have cdk"
113113
echo "****************"
114114
echo "cdk_exists=false" >> $GITHUB_OUTPUT
115115
fi

0 commit comments

Comments
 (0)