mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-28 04:43:44 +00:00
posix mode so -e is inherited
This commit is contained in:
parent
3fe3bfa714
commit
bc706e42b6
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
set -e
|
||||
set -o posix
|
||||
|
||||
SELF=${BASH_SOURCE[0]}
|
||||
SELF_DIR="$( cd "$( dirname "$SELF" )" && pwd )"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue