mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-07 14:33:22 +08:00
fix typo
This commit is contained in:
@@ -27,11 +27,11 @@ export class ArtifactNotFoundError extends Error {
|
||||
}
|
||||
}
|
||||
|
||||
export class GHESNotSupportError extends Error {
|
||||
export class GHESNotSupportedError extends Error {
|
||||
constructor(
|
||||
message = '@actions/artifact v2.0.0+ and download-artifact@v4+ are not currently supported on GHES.'
|
||||
) {
|
||||
super(message)
|
||||
this.name = 'NotSupportedGHESError'
|
||||
this.name = 'GHESNotSupportedError'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user