Access files of a github runner? #4191
ktiniatros
started this conversation in
Ideas
Replies: 1 comment
-
You could commit back to repository to preserve the commit if you wish to retain it. You can also use https://github.com/actions/upload-artifact to upload a tarball of the repository, which then you can download. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
one job of my github actions checked out out my repository and created locally a new commit hash. I need to retrieve that commit hash for legal reasons. Is it possible to somehow access all the files of the gitlab runner executed that job? Or download the git metadata of this job somehow?
Beta Was this translation helpful? Give feedback.
All reactions