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 2696322 commit 7dc26ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dev_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Debug Info
run: |
echo "Event Name: ${{ github.event_name }}"
echo "Event Action: ${{ github.event.action }}"
echo "Pull Request Number: ${{ github.event.pull_request.number }}"
if: always()

- uses: actions/checkout@v3

- name: Download Frontend Artifacts
Expand Down

0 comments on commit 7dc26ae

Please sign in to comment.