Make getFiles not assume it has branch available
Currently, the getFiles action assumes that the state has details available for the branch passed to it. It uses it to fetch its last commit ID. This may or may not be the case. The action should instead take another parameter `ref` to fetch commits by if necessary.
Showing
Please register or sign in to comment