Skip to content

Commit

Permalink
workflow: Improve commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
hipexscape committed Jul 21, 2024
1 parent f0d67e2 commit 88552a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuilts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git config --local user.name "TheDroidxBot"
UPDATED_APPS=$(echo $UPDATED_APPS | sed 's/,$//')
git add .
git commit -sm "prebuilts: Update $UPDATED_APPS to latest"
git commit -sm "prebuilts: Incorporate latest $UPDATED_APPS improvements"
- name: Push Changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 88552a1

Please sign in to comment.