Use /bin/bash when generating README
set -o pipefail is a bashism that not all shells support. Notably, this fails with the default /bin/sh on GitHub Actions Linux runners
This commit is contained in:
parent
5985ad70d6
commit
4c74371b9e
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user