Skip to content

Commit

Permalink
Merge pull request #19 from PagerDuty/next
Browse files Browse the repository at this point in the history
release: 0.2.1
  • Loading branch information
t1agob committed Jul 12, 2024
2 parents 54d493b + 1809ab5 commit 85328d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions src/actions/custom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const createPagerDutyServiceAction = (props?: CreatePagerDutyServiceActio

ctx.output('serviceUrl', service.url);
ctx.output('serviceId', service.id);
ctx.output('account', account);

// Create Backstage Integration in PagerDuty service
const backstageIntegrationId = 'PRO19CT'; // ID for Backstage integration
Expand Down

0 comments on commit 85328d0

Please sign in to comment.