ci: Set Commit Message update (#24568)
## Description - This PR sets the commit message for Cypress dashboard display
This commit is contained in:
parent
959fdce6ac
commit
ce669e242c
4
.github/workflows/ci-test.yml
vendored
4
.github/workflows/ci-test.yml
vendored
|
|
@ -276,9 +276,9 @@ jobs:
|
|||
- name: Set Commit Message
|
||||
run: |
|
||||
if [[ ${{ inputs.pr }} -ne 0 ]]; then
|
||||
echo COMMIT_INFO_MESSAGE=Run from PR# ${{ inputs.pr }} on commit $(git show -s --pretty=%H | cut -c 1-7) >> $GITHUB_ENV
|
||||
echo COMMIT_INFO_MESSAGE="Run from PR# ${{ inputs.pr }} on commit $(git show -s --pretty=%H | cut -c 1-7)" >> $GITHUB_ENV
|
||||
else
|
||||
echo COMMIT_INFO_MESSAGE= ${{ github.event.pull_request.title }} >> $GITHUB_ENV
|
||||
echo COMMIT_INFO_MESSAGE="${{ github.event.pull_request.title }}" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Run the cypress test
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user