skip to Main Content

How do I auto generate/update a json file of a github repository files during commit merge using github actions? (if this is possible)

Instead of using github API I want to make an auto generated/updated json file of this: github repo api link { "sha": "asdfadsfasdfadf", "url": "https://api.github.com/repos/user/repo/git/trees/asdfasdfadsf", "tree": [ { "path": ".gitattributes", "mode": "100644", "type": "blob", "sha": "asdfasdfasdfadf", "size": 2518, "url": "https://api.github.com/repos/user/repo/git/blobs/asdfasdfadsf"…

VIEW QUESTION
Back To Top
Search