MichaelCade / 90DaysOfDevOps

This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.

Home Page:https://www.90daysofdevops.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the twitter publish message better

MichaelCade opened this issue · comments

It would be good to add the commit message to the twitter publish on each PR

Can you elaborate on the issue?

There is a GitHub action that currently runs when ever there is a PR merged. I would like this GitHub action to include the commit message so twitter can see what has been changed or updated.

Ohh... Looking into it and figuring out how can I solve it!

I figured this out and you can find the answer in the github action and also in this tweet https://twitter.com/MichaelCade1/status/1606333199180783617?s=20&t=sNAc_XardnO6-wq5w6N9Pw

Ohh... nice.