Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jan 6, 2025
1 parent 4b1f9ee commit cc04c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maintenance-intent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "here3 $bn"
maint_int_present=$(grep -c "^x-maintenance-intent: " ${file} || echo 0)
echo "here4 $maint_int_present"
if [ $maint_int_present -eq 0 ]; then
if [ "$maint_int_present" -eq 0 ]; then
echo "here5 $maint_int_present"
echo "- $file" >> maint-int.md
fi;
Expand Down

0 comments on commit cc04c61

Please sign in to comment.