Skip to content

Commit

Permalink
Stop on error
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 20, 2023
1 parent 15dc801 commit edd095b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ runs:
shell: bash
run: |
# Expand for inputs and variables
set -eu
# Bug mitigation - OpenShift hates images with capitals in org/repo names
REPO=${{ inputs.repository }}
Expand Down

0 comments on commit edd095b

Please sign in to comment.