Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2bd8722

Browse files
committedJun 10, 2022
chore(governance): address gh reusable workflow limitation
1 parent 78976b5 commit 2bd8722

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎.github/workflows/on_opened_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
get_pr_details:
1313
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
14-
uses: ./.github/workflows/lib/export_pr_details.yml
14+
uses: ./.github/workflows/export_pr_details.yml
1515
with:
1616
record_pr_workflow_id: ${{ github.event.workflow_run.id }}
1717
secrets:

0 commit comments

Comments
 (0)
Please sign in to comment.