Skip to content

Commit

Permalink
chore: troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Dec 14, 2023
1 parent 7dc26ae commit 0d7fe70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
echo "Event Name: ${{ github.event_name }}"
echo "Event Action: ${{ github.event.action }}"
echo "Pull Request Number: ${{ github.event.pull_request.number }}"
echo "Pull Request State: ${{ github.event.pull_request.state }}"
echo "Pull Request Merged: ${{ github.event.pull_request.merged }}"
echo "GitHub Event: ${{ toJson(github.event) }}"
if: always()

- uses: actions/checkout@v3
Expand Down

0 comments on commit 0d7fe70

Please sign in to comment.