Skip to content

Commit

Permalink
⚗️ Test github.event.workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Jun 6, 2023
1 parent 93a5c58 commit d955206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
echo "commit_sha from github.event.workflow_run"
echo ${{github.event.workflow_run.head_sha}}
echo "pr_number from github.event.workflow_run"
echo ${{github.event.workflow_run.pull_requests}}
echo ${{github.event.workflow_run.pull_requests[0].number}}
echo ${{github.event.workflow_run.pull_requests[0]}}
- name: Set hub_docs_url
run: |
Expand Down

0 comments on commit d955206

Please sign in to comment.