Skip to content

Commit 25e9502

Browse files
committed
Fixed the deployment_id output in the
Create GitHub Deployment step
1 parent e487791 commit 25e9502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-control-plane-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
auto_merge: false,
8282
required_contexts: []
8383
});
84-
return deployment.data.id;
84+
return { deployment_id: deployment.data.id };
8585
8686
- name: Get PR HEAD Ref
8787
if: ${{ github.event_name == 'issue_comment' }}

0 commit comments

Comments
 (0)