Skip to content

Commit 9c367c7

Browse files
author
akashjavelin
committed
devops: updating lint checks
1 parent e2fabc7 commit 9c367c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Get the last commit message
4141
id: commit_message
4242
run: |-
43-
COMMIT_MESSAGE=$(git show -s --format=%s)
44-
echo "message=${COMMIT_MESSAGE}" >> ${GITHUB_OUTPUT}
43+
COMMIT_MESSAGE=$(git show -s --format=%s)
44+
echo "message=${COMMIT_MESSAGE}" >> ${GITHUB_OUTPUT}
4545
4646
- name: Commit Message Check
4747
shell: bash

0 commit comments

Comments
 (0)