Skip to content

Commit

Permalink
fix conditional binary operator expected
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Nov 29, 2023
1 parent c231c7a commit dc30ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-spring-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "Remote branch doesn't exist"
if [[ ! -f 'spring-versions.txt' ]]; then
echo "No new Spring Boot version, No updates!"
elif [[ grep -q - 'spring-versions.txt' ]]; then
elif grep -q - 'spring-versions.txt'; then
echo "Has non-GA version, cancel update!"
else
echo "need_update_version=true" >> $GITHUB_ENV
Expand Down

0 comments on commit dc30ed9

Please sign in to comment.