Skip to content

Commit

Permalink
Merge branch 'github' into brave-browser-1.73.101
Browse files Browse the repository at this point in the history
  • Loading branch information
aclemons authored Dec 13, 2024
2 parents c48c53b + 7340526 commit 3bcb003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ jobs:
run: |
{
printf '#### reverse dependencies - %s\n\n' "$MATRIX_DIR"
if [[ "$DEP_RESPONSE" == "" ]] ; then
if [[ "$DEP_RESPONSE" == '""' ]] ; then
printf 'None\n'
else
printf '%s' "$DEP_RESPONSE" | sed 's/\\n/\n/g' | sort | sed 's/^/- [ ] /'
printf '%s' "$DEP_RESPONSE" | sed 's/^""//;s/\\n/\n/g' | sort | sed 's/^/- [ ] /'
fi
} > comment-output
shell:
Expand Down

0 comments on commit 3bcb003

Please sign in to comment.