We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f3f71 commit f86da64Copy full SHA for f86da64
.github/workflows/status_check.yml
@@ -14,6 +14,9 @@ jobs:
14
- uses: actions/setup-python@v2
15
with:
16
python-version: "3.7"
17
+ - name: Set the commit message
18
+ run: |
19
+ echo "commit_message=$(git log --format=%B -n 1 ${{ github.event.after }})" >> $GITHUB_ENV
20
- uses: ccdc-opensource/commit-hooks@jira_bld_5704_jira_id_in_commit_message
21
- commitMessage: ${{ github.event.head_commit.message }}
22
+ commitMessage: ${{ env.commit_message }}
0 commit comments