Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
feat: enable pipe failure propagation through Bash (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene authored Oct 21, 2020
1 parent 73a5d56 commit c58b552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
#!/usr/bin/env bash

set -e
set -o pipefail

if [[ -z "$GITHUB_TOKEN" ]]; then
echo "Set the GITHUB_TOKEN environment variable."
Expand Down

0 comments on commit c58b552

Please sign in to comment.