Skip to content

Commit

Permalink
Merge pull request #18 from PagerDuty/patch/export-account-param-for-…
Browse files Browse the repository at this point in the history
…templating

feat: add account output in createPagerDutyServiceAction
  • Loading branch information
t1agob committed Jul 12, 2024
2 parents 1c77aae + 69d6e77 commit f5dfc29
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 f5dfc29

Please sign in to comment.