ci: Comit Message update (#24575)

## Description
- This message updates the COMMIT_INFO_MESSAGE_FINAL
This commit is contained in:
Aishwarya-U-R 2023-06-17 14:50:57 +05:30 committed by GitHub
parent 7c65e35ee8
commit 6b8c8e387f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,6 +260,7 @@ jobs:
echo COMMIT_INFO_SHA=$(git show -s --pretty=%H) >> $GITHUB_ENV
echo COMMIT_INFO_TIMESTAMP=$(git show -s --pretty=%ct) >> $GITHUB_ENV
echo COMMIT_INFO_REMOTE=$(git config --get remote.origin.url) >> $GITHUB_ENV
echo COMMIT_INFO_MESSAGE_FINAL=$(github.event.pull_request.title) >> $GITHUB_ENV
# delete the .git folder afterwords to use the environment values
rm -rf .git
@ -267,6 +268,7 @@ jobs:
run: |
echo Branch $COMMIT_INFO_BRANCH
echo Message $COMMIT_INFO_MESSAGE
echo FinalMsg $COMMIT_INFO_MESSAGE_FINAL
echo Email $COMMIT_INFO_EMAIL
echo Author $COMMIT_INFO_AUTHOR
echo SHA $COMMIT_INFO_SHA