diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:19 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:19 +0100 |
| commit | 5398e830b8ddc9aa700b05b0bfe5857ff20d9e88 (patch) | |
| tree | e0ec71526cc7c5f05dba8c3cfbee63ea62ee56f6 /.github/workflows/fedora.sh | |
| parent | 4ec576e5524aa93816dd09cb9a9b7730c18ce540 (diff) | |
| download | mate-backgrounds-gh-actions.tar.bz2 mate-backgrounds-gh-actions.tar.xz | |
ci: add set -eo pipefail to workflow scriptsgh-actions
Diffstat (limited to '.github/workflows/fedora.sh')
| -rwxr-xr-x | .github/workflows/fedora.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/fedora.sh b/.github/workflows/fedora.sh index 6a299c3..1036e65 100755 --- a/.github/workflows/fedora.sh +++ b/.github/workflows/fedora.sh @@ -1,5 +1,7 @@ #!/usr/bin/bash +set -eo pipefail + # Use grouped output messages infobegin() { echo "::group::${1}" |
