Skip to content

Commit

Permalink
Tweak debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Jun 11, 2024
1 parent 49ef515 commit eea5e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/posit-cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "body=$(echo ${{ github.event.comment.body }} | xargs)" >> $GITHUB_OUTPUT
- name: "Debug output"
run: |
echo "body: ${{ steps.strip_whitespace.outputs.body }}"
echo "body:'${{ steps.strip_whitespace.outputs.body }}'"
- name: "CLA Assistant"
if: (steps.strip_whitespace.outputs.body == 'recheck' || steps.strip_whitespace.outputs.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: posit-dev/[email protected]
Expand Down

0 comments on commit eea5e54

Please sign in to comment.