Inside of our public tap, the setup-homebrew action has started failing with Error: The process '/usr/bin/bash' failed with exit code 128. It was working this morning, but now when we even try running it with an empty commit, it keep failing with the same error message. We enabled debug logging to see if we could debug further. It looks like maybe the /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core directory doesn't exist?
Inside of our public tap, the
setup-homebrew
action has started failing withError: The process '/usr/bin/bash' failed with exit code 128
. It was working this morning, but now when we even try running it with an empty commit, it keep failing with the same error message. We enabled debug logging to see if we could debug further. It looks like maybe the/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
directory doesn't exist?