From a7f918dc2ef8174ed2029899aa8801d03ee6111e Mon Sep 17 00:00:00 2001 From: Michael Cade Date: Fri, 23 Dec 2022 16:51:32 +0000 Subject: [PATCH] add commit message --- .github/workflows/send-tweet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/send-tweet.yml b/.github/workflows/send-tweet.yml index 6e24f83..ada4dcf 100644 --- a/.github/workflows/send-tweet.yml +++ b/.github/workflows/send-tweet.yml @@ -6,8 +6,8 @@ jobs: steps: - uses: ethomson/send-tweet-action@v1 with: - status: "👋 Hey Everyone!. This is an automated message 🤖 to let you know that there has been an update on the #90DaysOfDevOps repository, You can check it out https://github.com/MichaelCade/90DaysOfDevOps" + status: "👋 Hey Everyone!. This is an automated message 🤖 to let you know that there has been an update on the #90DaysOfDevOps repository, Commit message ${{ github.event.head_commit.message }}You can check it out https://github.com/MichaelCade/90DaysOfDevOps" consumer-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }} consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }} access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }} - access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} \ No newline at end of file + access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}