Skip to content

Commit

Permalink
add name to transform
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 22, 2024
1 parent 1d62aed commit d7b089b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/generate-blueprint/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export default class extends BaseGenerator {
{
filter: file => file.path.includes('.github/workflows'),
pendingFiles: true,
name: 'skipping workflows',
},
passthrough(file => {
file.confliter = 'skip';
Expand Down

0 comments on commit d7b089b

Please sign in to comment.