generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump the vitest group with 1 update (#182)
* chore(deps-dev): bump the vitest group with 1 update Bumps the vitest group with 1 update: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 1.1.1 to 1.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.3/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest ... Signed-off-by: dependabot[bot] <[email protected]> * fix: vitest cannot mock * chore: build --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andy Kenward <[email protected]>
- Loading branch information
1 parent
ff09ecf
commit 6a28e17
Showing
8 changed files
with
120 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export const INPUT_KEY_CLOUDFLARE_ACCOUNT_ID = 'cloudflare-account-id' as const | ||
export const INPUT_KEY_CLOUDFLARE_API_TOKEN = 'cloudflare-api-token' as const | ||
export const INPUT_KEY_CLOUDFLARE_PROJECT_NAME = | ||
'cloudflare-project-name' as const | ||
export const INPUT_KEY_DIRECTORY = 'directory' as const | ||
export const INPUT_KEY_GITHUB_ENVIRONMENT = 'github-environment' as const | ||
export const INPUT_KEY_GITHUB_TOKEN = 'github-token' as const | ||
|
||
export const INPUT_KEYS_REQUIRED = [ | ||
INPUT_KEY_CLOUDFLARE_ACCOUNT_ID, | ||
INPUT_KEY_CLOUDFLARE_API_TOKEN, | ||
INPUT_KEY_CLOUDFLARE_PROJECT_NAME, | ||
INPUT_KEY_DIRECTORY, | ||
INPUT_KEY_GITHUB_ENVIRONMENT, | ||
INPUT_KEY_GITHUB_TOKEN | ||
] as const |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.