diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:20 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:20 +0100 |
| commit | 69f6fbb73fa0ce7020f87be81c2caf4b695878f5 (patch) | |
| tree | 6e0d708551f64a994dc68cfbebdba489774a82a0 /.github/workflows/fedora.sh | |
| parent | 929681edc9a20cd9ee0281242d1c9bcae24fcd90 (diff) | |
| download | mate-screensaver-gh-actions.tar.bz2 mate-screensaver-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 dae2aad..cd40175 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}" |
