Update commit message for Tom Select files

This commit is contained in:
Mic 2026-02-26 22:37:52 +01:00 committed by GitHub
parent 698942c8ee
commit c8e6c0356f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ jobs:
# Crea o aggiorna la branch PR # Crea o aggiorna la branch PR
git checkout -B "$PR_BRANCH" git checkout -B "$PR_BRANCH"
git add -A git add -A
git commit -m "chore: update vendor files from VENDORS.md" git commit -m "Update Tom Select files from VENDORS.md"
git push origin "$PR_BRANCH" --force git push origin "$PR_BRANCH" --force
echo "has_changes=true" >> $GITHUB_OUTPUT echo "has_changes=true" >> $GITHUB_OUTPUT
@ -63,8 +63,8 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \ -H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${{ github.repository }}/pulls \ https://api.github.com/repos/${{ github.repository }}/pulls \
-d "{ -d "{
\"title\": \"chore: update vendor files from VENDORS.md\", \"title\": \"Update Tom Select files from VENDORS.md\",
\"body\": \"Vendor files updated automatically after a change to \`VENDORS.md\`.\n\nPlease review the downloaded files before merging.\", \"body\": \"Tom Select files updated automatically after a change to \`VENDORS.md\`.\n\nPlease review the downloaded files before merging.\",
\"head\": \"${{ steps.commit.outputs.pr_branch }}\", \"head\": \"${{ steps.commit.outputs.pr_branch }}\",
\"base\": \"${{ steps.commit.outputs.base_branch }}\" \"base\": \"${{ steps.commit.outputs.base_branch }}\"
}") }")