Skip to content

Commit

Permalink
Different way for commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Aug 23, 2024
1 parent b6d83e0 commit 7e285f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Get HEAD commit message
id: get-head-commit-message
run: echo "headCommitMsg=$(git show -s --format=%s)" >> $GITHUB_OUTPUT
run: echo "headCommitMsg=${{ github.event.head_commit.message }}" >> $GITHUB_OUTPUT

cargo-clippy:
name: Run Clippy checks
Expand Down

0 comments on commit 7e285f0

Please sign in to comment.