Open nwiltsie opened 6 months ago
Ah, nevermind, the workflow is explicitly passing an empty string - nothing odd going on with that.
$ git diff-tree HEAD cc2bcea5d27ae44814dc88f8f97d8dac104f680b --exit-code --name-status -- ""
fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths
From https://github.com/uclahs-cds/pipeline-call-mtSNV/pull/165#issuecomment-2065479844.
The Nextflow run died due to a missing file, and the
actions/upload-artifact
step complained that there were no files to upload.In the summary step, the command to check if files changed between the merge commit and the branch tip failed - not because there were differences, but because there were no files to be checked:
Weirdly I can't replicate that error locally - there's something odd going on with that.