Skip to content

Commit 5dd687c

Browse files
committed
Fixed typo in apply readme. Removed un-used github workflows
1 parent 362fe68 commit 5dd687c

File tree

8 files changed

+1
-159
lines changed

8 files changed

+1
-159
lines changed

.github/workflows/automerge.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/failureNotifications.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/manualRelease.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/notify-slack-on-pr-open.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/onPushToMain.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/onRelease.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/commands/apply/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ApplyOrchestrator } from '../../orchestrators/apply.js';
66
import { PlanOrchestrator } from '../../orchestrators/plan.js';
77

88
export default class Apply extends BaseCommand {
9-
static description = 'Apply a codify.json file. Codify apply will first generate a plan' +
9+
static description = 'Apply a codify.json file. Codify apply will first generate a plan ' +
1010
'of the changes needed to meet the desired config in the codify.json file. The user will have ' +
1111
'the option to then apply the plan.'
1212

0 commit comments

Comments
 (0)