ci: Fix Syntax in ci-test.yml (#24574)

## Description
- This PR fixes the syntax error in ci-test.yml
This commit is contained in:
Aishwarya-U-R 2023-06-17 13:58:37 +05:30 committed by GitHub
parent 2bfd4091ab
commit db5974f5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ jobs:
# delete the .git folder afterwords to use the environment values
rm -rf .git
- name: Show Git values
- name: Show Git values
run: |
echo Branch $COMMIT_INFO_BRANCH
echo Message $COMMIT_INFO_MESSAGE
@ -273,7 +273,7 @@ jobs:
echo Timestamp $COMMIT_INFO_TIMESTAMP
echo Remote $COMMIT_INFO_REMOTE
- name: Set Commit Message
- name: Set Commit Message
run: |
if [[ ${{ inputs.pr }} -ne 0 ]]; then
echo "COMMIT_INFO_MESSAGE=${{ env.COMMIT_INFO_MESSAGE }}" >> $GITHUB_ENV