You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since my test runners checkout a new copy of my repository every time, I need a central location to be able to store my output files. The easiest place to do this would be in a GitHub Gist file.
Describe the solution you'd like
Should be able to set the location and turn on and off upload feature
If the Gist location is activated, it should download the latest files just before it starts to process the information
then once the information is processed, re-upload the files to replace the now old version
Describe alternatives you've considered
Could use google drive, box, or other cloud storage sites. But since the end user is going to be another programmer, and consumed by another application, such as Jenkins, it's most likely that most people will already have a Github repository or account.
I also thought about creating a backup before overwriting the current file, but I believe Github will maintain a history since a Gist is technically a repository.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Since my test runners checkout a new copy of my repository every time, I need a central location to be able to store my output files. The easiest place to do this would be in a GitHub Gist file.
Describe the solution you'd like
Describe alternatives you've considered
Could use google drive, box, or other cloud storage sites. But since the end user is going to be another programmer, and consumed by another application, such as Jenkins, it's most likely that most people will already have a Github repository or account.
I also thought about creating a backup before overwriting the current file, but I believe Github will maintain a history since a Gist is technically a repository.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: