diff options
| author | mbkma <[email protected]> | 2026-01-30 00:26:21 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-30 00:26:21 +0100 |
| commit | a5f9dbb4393dbaffad96bf3a7cc4308fa0a8ff20 (patch) | |
| tree | ab0f718798977a920b9a04e791fac2cacd3a0477 /.github/workflows/fedora.sh | |
| parent | 076ebce1860ddb27b2b8105b59093b15d92227cd (diff) | |
| download | mate-user-share-gh-actions.tar.bz2 mate-user-share-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 d5c959c..79f0902 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}" |
