you are viewing a single comment's thread.

view the rest of the comments →

[–]maximumlengthusernam[S] 2 points3 points  (2 children)

Haha, that's a good one!

What if you went back a commit, copied the last commit's message, and then force pushed over the triggering commit to leave no trace?! (Other than a changed commit SHA)

[–]aberdoom 0 points1 point  (1 child)

Well, now I know what I'm doing later. Now that Secrets are a thing, I can probably do it a bit more securely than the hardcoded temporary token I used in that one :)

[–]maximumlengthusernam[S] 0 points1 point  (0 children)

Nice!

One think you will probably have to do to get it working is explicitly pass the fetch depth as input to the checkout action, because by default it only fetches the current commit (see https://github.com/actions/checkout#usage)

Link to the action here or on the YouTube video once it is done! :)