mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-03-09 20:30:34 +07:00
add commit message
This commit is contained in:
parent
12ce58adbb
commit
a7f918dc2e
2
.github/workflows/send-tweet.yml
vendored
2
.github/workflows/send-tweet.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: ethomson/send-tweet-action@v1
|
- uses: ethomson/send-tweet-action@v1
|
||||||
with:
|
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-key: ${{ secrets.TWITTER_CONSUMER_API_KEY }}
|
||||||
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
|
consumer-secret: ${{ secrets.TWITTER_CONSUMER_API_SECRET }}
|
||||||
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
|
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user