Skip to content

Commit

Permalink
Update check-reference.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Bo Anderson <[email protected]>
  • Loading branch information
SMillerDev and Bo98 committed Feb 12, 2024
1 parent cb20745 commit e45ec2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if ! grep -qx "$core_patches" <<< "$patch"; then
echo "Unused patch: $patch; deleting."
git rm "$patch"
git commit -m "Remove unused patch: $patch"
git commit -m "${patch%%/*}: remove unused ${patch#*/}"
fi
done
Expand Down

0 comments on commit e45ec2a

Please sign in to comment.