Skip to content

Commit

Permalink
Add support for deployment_status events to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Dec 2, 2024
1 parent 0375949 commit 4f129ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action-src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const getBuildInfo = (event: typeof context) => {
slug: repository?.full_name,
};
}
case 'deployment_status':
case 'workflow_dispatch':
case 'issue_comment': {
return {
Expand Down

0 comments on commit 4f129ed

Please sign in to comment.