We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412473a commit b0fa56eCopy full SHA for b0fa56e
.github/workflows/quality-checks.yml
@@ -94,9 +94,9 @@ jobs:
94
echo "cf_exists=true" >> $GITHUB_OUTPUT
95
else
96
echo "****************"
97
- echo "Project does not have cloudformation templates'
+ echo "Project does not have cloudformation templates"
98
99
- echo "cf_exists=false" >> $GITHUB_OUTPUT
+ echo "cfexists=false" >> $GITHUB_OUTPUT
100
fi
101
102
- name: Check for cdk
0 commit comments