Skip to content

Commit 79c4fbd

Browse files
authored
fix(ci): remove unsupported env in workflow_call
1 parent ab6fe51 commit 79c4fbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/on_opened_pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
get_pr_details:
1111
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1212
uses: ./.github/workflows/reusable_export_pr_details.yml
13-
env:
1413
with:
1514
record_pr_workflow_id: ${{ github.event.workflow_run.id }}
1615
workflow_origin: ${{ github.event.repository.full_name }}

0 commit comments

Comments
 (0)