Skip to content

Commit

Permalink
debug out
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Jan 25, 2025
1 parent e2bcacd commit 0e2cdcf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}

- name: Print Automerge Outputs as JSON
run: |
echo "Automerge Outputs:"
echo ${{ steps.automerge.outputs }} | jq .
env:
AUTOMERGE_OUTPUT: ${{ toJSON(steps.automerge.outputs) }}

- name: Send automerge event to PostHog
if: ${{ steps.automerge.outputs.mergeResult != '' }}
uses: PostHog/[email protected]
Expand Down

0 comments on commit 0e2cdcf

Please sign in to comment.