Skip to content

Commit

Permalink
docs: Fix code block in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysteenman committed Oct 24, 2024
1 parent cad71be commit f094d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const environmentConfigs: Record<Environment, EnvironmentConfig> = {
test: { accountId: '987654321012', enableBranchDeploy: true },
production: { accountId: '123456789012', enableBranchDeploy: false },
};
```

5. Run `npx projen` to generate the github actions workflow files.

Expand Down

0 comments on commit f094d94

Please sign in to comment.