Skip to content

Commit 7aa8f43

Browse files
updated branch name for create PR step
1 parent ce9a0dc commit 7aa8f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/commit_pr_and_merge/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
owner: context.repo.owner,
7575
repo: context.repo.repo,
7676
title: '[CI Pipeline] ${{ inputs.message }}',
77-
head: 'ci-${{ github.sha }}',
77+
head: 'ci-${{ github.sha }}-${{ steps.random-number.outputs.num }}',
7878
base: '${{ inputs.base_branch == '' && github.ref_name || inputs.base_branch }}',
7979
body: '[CI Pipeline] Automated update'
8080
})).data;

0 commit comments

Comments
 (0)