Skip to content

Commit

Permalink
add debug mode to test w/ comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed Mar 16, 2024
1 parent cd13df3 commit 3b0add2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b0add2

Please sign in to comment.