Skip to content

Commit

Permalink
Fail action script on error
Browse files Browse the repository at this point in the history
  • Loading branch information
posener committed Apr 10, 2020
1 parent 55c1ee2 commit c40932a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /bin/sh
#
# Entry point for Github Action container.
set -e

IMPORT_PATH="${INPUT_IMPORT_PATH:-github.com/${GITHUB_REPOSITORY}}"
# Branch in push mode, or PR# in pull_request mode.
Expand Down

0 comments on commit c40932a

Please sign in to comment.