Skip to content

Commit

Permalink
fix(ci): create pull request with commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Os-carsun committed Jan 27, 2024
1 parent e520c34 commit 33e5c57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-value.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: Create PR
uses: peter-evans/create-pull-request@v4
with:
branch: build/auto-update-tags-${{ steps.sha.outputs.sha }}
branch: build/auto-update-tags
branch-suffix: short-commit-hash
commit-message: |
auto-build: values.yaml update
Expand Down

0 comments on commit 33e5c57

Please sign in to comment.