From 6ecbcc43b08e6989fa823b70b488ffa963be411e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 3 Oct 2020 16:40:19 +0800 Subject: [PATCH] chore(github): add commit message example --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6373ff..903299f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: show the github varable commit: ${{ github.sha }} show the github varable ref: {{ commit.ref }} show the github varable commit: {{ commit.sha }} + Commit Message: ${{ github.event.head_commit.message }} - name: send default message uses: ./