Skip to content

Commit

Permalink
test github.event.workflow_run
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Jun 6, 2023
1 parent c50e175 commit 93a5c58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upload_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
echo "pr_number=$(cat ./build_dir/pr_number)" >> $GITHUB_ENV
rm -rf ./build_dir/pr_number
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[0].number}}
- name: Set hub_docs_url
run: |
if [ -z "${{ inputs.hub_base_path }}" ]
Expand Down

0 comments on commit 93a5c58

Please sign in to comment.