I'm trying to make a GitHub action before and after a flow so that I can do a diff of the list-untracked before and after a flow runs so that I can ensure that output files are always all accounted for. But I can't figure out how to obtain the stderr output using this snake make action.
I'm trying to make a GitHub action before and after a flow so that I can do a diff of the list-untracked before and after a flow runs so that I can ensure that output files are always all accounted for. But I can't figure out how to obtain the stderr output using this snake make action.