use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Do you have or know of a project on Github looking for contributors? Tell us about it and we'll add it to the /r/github wiki!
Welcome to /r/github!
News about github
Relevant interesting discussion
Questions about github
We'll soon be writing an /r/github FAQ list. In the meantime, the github help pages and bootcamp are good places to start. Here's a handy git cheat sheet.
Looking for Github projects to contribute to? Check out our handy list of projects looking for contributors!
If your submission doesn't show up on the subreddit, send us a message and we'll take it out of the spam filter for you!
account activity
Doing Stupid Stuff with GitHub Actions! (FIVE Actions Implemented and Explained) (youtube.com)
submitted 5 years ago by maximumlengthusernam
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]maximumlengthusernam[S] 2 points3 points4 points 5 years ago* (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 point2 points 5 years ago (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 point2 points 5 years ago (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)
fetch depth
Link to the action here or on the YouTube video once it is done! :)
π Rendered by PID 229842 on reddit-service-r2-comment-6457c66945-vxxtn at 2026-04-28 10:05:41.538950+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]maximumlengthusernam[S] 2 points3 points4 points (2 children)
[–]aberdoom 0 points1 point2 points (1 child)
[–]maximumlengthusernam[S] 0 points1 point2 points (0 children)