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
In it's current state, the action created for lowendinsight will generate and push a .json file to the root directory repo it is running against. Additionally, the user can specify a different repo to push the report to. Generally, it is not a good idea to inject .json files into a working repo. The purpose of this issue is to come up with and implement additional ideas for where to push the .json file to. Potential ideas include:
Downloading the .json onto the user's local computer
Sending the user the .json in an email
Using an http request to sent the .json to a web server of specified url
The text was updated successfully, but these errors were encountered:
In it's current state, the action created for lowendinsight will generate and push a .json file to the root directory repo it is running against. Additionally, the user can specify a different repo to push the report to. Generally, it is not a good idea to inject .json files into a working repo. The purpose of this issue is to come up with and implement additional ideas for where to push the .json file to. Potential ideas include:
The text was updated successfully, but these errors were encountered: