Skip to content

Commit

Permalink
Testing commit message 07-11 2:34pm
Browse files Browse the repository at this point in the history
Signed-off-by: bado <zondervan.v.calvez@accenture.com>
  • Loading branch information
zondervancalvez committed Jul 11, 2024
1 parent fd7ed24 commit 82e135f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
for y in "${lines2[@]}"; do
if [[ "${lines1[i]}" == "${lines2[y]}" ]]; then
echo "****CHECKING**** ${lines1[i]} \n ${lines2[y]}"
echo "Match found at line $((i+1)) of updated PR description: ${updated_pr[i]}"
echo "Match found"
lines_match="true"
break
fi
Expand Down

0 comments on commit 82e135f

Please sign in to comment.