summaryrefslogtreecommitdiff
path: root/.github/workflows/debian.sh
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-30 00:26:20 +0100
committermbkma <[email protected]>2026-01-30 00:26:20 +0100
commit9a6806d82ca029366601412fbf1df5581dab7e5a (patch)
tree92b2b739b0556f3b5806b96a8c7125f599608819 /.github/workflows/debian.sh
parentd68d659b9e2c07d4c137ecc4e194ba338aa1e921 (diff)
downloadmate-notification-daemon-gh-actions.tar.bz2
mate-notification-daemon-gh-actions.tar.xz
ci: add set -eo pipefail to workflow scriptsgh-actions
Diffstat (limited to '.github/workflows/debian.sh')
-rwxr-xr-x.github/workflows/debian.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/debian.sh b/.github/workflows/debian.sh
index 74ac711..3697e0a 100755
--- a/.github/workflows/debian.sh
+++ b/.github/workflows/debian.sh
@@ -1,5 +1,7 @@
#!/usr/bin/bash
+set -eo pipefail
+
# Use grouped output messages
infobegin() {
echo "::group::${1}"