Skip to content

Commit

Permalink
Print PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 28, 2024
1 parent d701cfa commit f967f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pycafe-dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pip install hatch
- name: Print PR Number
run: |
echo "Pull Request Number: ${{ github.event.workflow_run.pull_requests }}"
echo "Pull Request Number: ${{ github.event.workflow_run.pull_requests[0].number }}"
- name: Create PyCafe links
run: |
PR_NUMBER=${{ github.event.workflow_run.pull_requests[0].number || '' }}
Expand Down

0 comments on commit f967f12

Please sign in to comment.