github.com/michaellihs/golab@v0.1.0-beta3.0.20180726222757-f5cdabc76dfd/cmd/fixtures/commit-actions.json (about)

     1  [
     2    {
     3      "action": "create",
     4      "file_path": "foo/bar",
     5      "content": "some content"
     6    },
     7    {
     8      "action": "update",
     9      "file_path": "README.md",
    10      "content": "new content"
    11    }
    12  ]