From 3369b9227cc4f754f7c02dbbcf86aba64c8c47d0 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 22 Aug 2023 18:07:47 -0700 Subject: [PATCH] Test --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 24ff7e4..49f61e9 100644 --- a/action.yml +++ b/action.yml @@ -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