Skip to content

Commit 2bd8722

Browse files
committed
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

+1-1
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)