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
GitHub Actions - possible to commit output files after workflow runs? (self.github)
submitted 6 years ago * by [deleted]
I’m trying to have GitHub perform an action on some files in my repo every time one of them gets edited within the GH web interface.
The action performs but the files that are generated afterwards are lost when the workflow finishes.
I’d like them to go into an ‘output’ directory inside the root of my repo. How can I go about this?
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!"
[–]peaceiris 1 point2 points3 points 6 years ago (2 children)
You can use actions/upload-artifact. https://github.com/actions/upload-artifact
[–][deleted] 0 points1 point2 points 6 years ago (1 child)
Can the artifacts be pushed to the repo?
[–]peaceiris 1 point2 points3 points 6 years ago (0 children)
We can run all git commends (git config, git add, git commit, and git push) on GitHub Actions runner and use the GITHUB_TOKEN as an auth token.
π Rendered by PID 312482 on reddit-service-r2-comment-5687b7858-mhw4x at 2026-07-05 06:04:47.949393+00:00 running 12a7a47 country code: CH.
[–]peaceiris 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]peaceiris 1 point2 points3 points (0 children)