We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e487791 commit 25e9502Copy full SHA for 25e9502
.github/workflows/deploy-to-control-plane-review.yml
@@ -81,7 +81,7 @@ jobs:
81
auto_merge: false,
82
required_contexts: []
83
});
84
- return deployment.data.id;
+ return { deployment_id: deployment.data.id };
85
86
- name: Get PR HEAD Ref
87
if: ${{ github.event_name == 'issue_comment' }}
0 commit comments