We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9a0dc commit 7aa8f43Copy full SHA for 7aa8f43
actions/commit_pr_and_merge/action.yaml
@@ -74,7 +74,7 @@ runs:
74
owner: context.repo.owner,
75
repo: context.repo.repo,
76
title: '[CI Pipeline] ${{ inputs.message }}',
77
- head: 'ci-${{ github.sha }}',
+ head: 'ci-${{ github.sha }}-${{ steps.random-number.outputs.num }}',
78
base: '${{ inputs.base_branch == '' && github.ref_name || inputs.base_branch }}',
79
body: '[CI Pipeline] Automated update'
80
})).data;
0 commit comments