diff --git a/.github/workflows/tom-select-update.yml b/.github/workflows/tom-select-update.yml index 7a16a980..ba7204b4 100644 --- a/.github/workflows/tom-select-update.yml +++ b/.github/workflows/tom-select-update.yml @@ -45,7 +45,7 @@ jobs: # Crea o aggiorna la branch PR git checkout -B "$PR_BRANCH" 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 echo "has_changes=true" >> $GITHUB_OUTPUT @@ -63,8 +63,8 @@ jobs: -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/${{ github.repository }}/pulls \ -d "{ - \"title\": \"chore: update vendor files from VENDORS.md\", - \"body\": \"Vendor files updated automatically after a change to \`VENDORS.md\`.\n\nPlease review the downloaded files before merging.\", + \"title\": \"Update Tom Select files from VENDORS.md\", + \"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 }}\", \"base\": \"${{ steps.commit.outputs.base_branch }}\" }") @@ -78,4 +78,4 @@ jobs: else echo "Error creating PR: HTTP $HTTP_CODE" exit 1 - fi \ No newline at end of file + fi