Skip to content

Commit

Permalink
feat: missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
dotslashf committed Sep 6, 2024
1 parent 0190d5c commit 46bf31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cd ${{ secrets.PROJECT_PATH }}
if [ ! -f docker-compose.yml ]; then
echo "docker-compose.yml not found in ${{ secrets.PROJECT_PATH }}
echo "docker-compose.yml not found in ${{ secrets.PROJECT_PATH }}"
exit 1
fi
Expand Down

0 comments on commit 46bf31d

Please sign in to comment.