From 3b0add215927f0d0e40a26b64a20af2110558fdc Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Fri, 15 Mar 2024 22:34:26 -0600 Subject: [PATCH] add debug mode to test w/ comment --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 0afcb97..ccb4e67 100644 --- a/action.yaml +++ b/action.yaml @@ -60,7 +60,7 @@ runs: working-directory: tmp-${{ inputs.repo }} run: | if ${comment} == 'true'; then - python3 ${{ github.action_path }}/src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }} --comment + python3 ${{ github.action_path }}/src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }} --comment ${{ inputs.debug }} else python3 ${{ github.action_path }}/src/automerge.py --org ${{ inputs.org }} --repo ${{ inputs.repo }} ${{ inputs.debug }} fi