Skip to content

Commit

Permalink
feat: add random hash on branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Oct 22, 2024
1 parent f01061e commit 43a4775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: update dependencies for ${{ env.matched_label }} label to versions: ${{ env.updated_versions }}"
branch: "update/dependencies-${{ env.matched_label }}-${{ env.updated_versions }}"
branch: "update/dependencies-${{ env.matched_label }}-${{ env.updated_versions }}-${{ github.sha | slice: 0, 7 }}"
title: "[tag::${{ env.matched_label }}] Update dependencies to versions: ${{ env.updated_versions }}"
body: |
This pull request updates dependencies for the ${{ env.matched_label }} tag to the following versions:
Expand Down

0 comments on commit 43a4775

Please sign in to comment.