Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 23, 2023
1 parent 1c6d592 commit 3369b92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ runs:
run: |
# Expand for inputs and variables
echo "allow_issue_writing: ${{ inputs.penetration_test_issue && true || false }}"
exit
# Bug mitigation - OpenShift hates images with capitals in org/repo names
REPO=${{ inputs.repository }}
if [[ $REPO != ${REPO,,} ]]; then
Expand Down

0 comments on commit 3369b92

Please sign in to comment.