Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit 0ccc005.
  • Loading branch information
corymhall committed Jun 25, 2024
1 parent 0ccc005 commit 707169d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function makeConfig() {
] as const,
}),
stackName: getInput('stack-name', { required: true }),
pulumiVersion: getInput('pulumi-version') ?? '^3',
pulumiVersion: getInput('pulumi-version', { required: true }),
workDir: getInput('work-dir', { required: true }),
secretsProvider: getInput('secrets-provider'),
cloudUrl: getInput('cloud-url'),
Expand Down

0 comments on commit 707169d

Please sign in to comment.