Skip to content

Commit b53e179

Browse files
committed
remove double bracket
1 parent 5643752 commit b53e179

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ runs:
7373
sentry-cli send-event -m "FOSSA scan failure" -t repo:$GITHUB_REPOSITORY -e url:$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID --logfile analyze_logs.txt
7474
exit 0
7575
fi
76-
test_logs=$(cat test_logs.txt)
77-
echo "$test_logs"
78-
if [[ grep -q "The scan has revealed issues. Number of issues found:" test_logs.txt ]]; then
76+
if grep -q "The scan has revealed issues. Number of issues found:" test_logs.txt; then
7977
echo
8078
echo "🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 "
8179
echo

0 commit comments

Comments
 (0)