Update error message
This commit is contained in:
@@ -60,7 +60,7 @@ export class NetworkError extends Error {
|
|||||||
|
|
||||||
export class UsageError extends Error {
|
export class UsageError extends Error {
|
||||||
constructor() {
|
constructor() {
|
||||||
const message = `Artifact storage quota has been hit. Unable to upload any new artifacts. Usage is recalculated every 6-12 hours.\nMore info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`
|
const message = `Artifact storage quota has been hit. Unable to upload any new artifacts.\nMore info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`
|
||||||
super(message)
|
super(message)
|
||||||
this.name = 'UsageError'
|
this.name = 'UsageError'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user