Commit d53b2e0b authored by Tong Zhang's avatar Tong Zhang
Browse files

set pipefail

Showing with 1 addition and 0 deletions
+1 -0
#!/bin/bash
set -e
set -o pipefail
echo "GitHub action was triggered with:"
echo "- GITHUB_EVENT_NAME=${GITHUB_EVENT_NAME}"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment