Update commit message for Tom Select files
This commit is contained in:
parent
698942c8ee
commit
c8e6c0356f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/tom-select-update.yml
vendored
8
.github/workflows/tom-select-update.yml
vendored
|
|
@ -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
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue