Skip to content

Commit

Permalink
Merge pull request #6 from brianphillips/patch-1
Browse files Browse the repository at this point in the history
fix: use pagerduty-specific moduleId
  • Loading branch information
t1agob authored Apr 22, 2024
2 parents b7edea3 + f66f560 commit df69b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createPagerDutyServiceAction } from "./actions/custom";
/** @public */
export const pagerDutyScaffolderActions = createBackendModule({
pluginId: 'scaffolder',
moduleId: 'custom-extensions',
moduleId: 'pagerduty-actions',
register(env) {
env.registerInit({
deps: {
Expand All @@ -23,4 +23,4 @@ export const pagerDutyScaffolderActions = createBackendModule({
},
});
},
});
});

0 comments on commit df69b99

Please sign in to comment.