mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-08 08:06:15 +00:00
Oxford commas
This commit is contained in:
@@ -194,7 +194,7 @@ describe('Deployment', () => {
|
||||
)
|
||||
expect(core.error).toHaveBeenNthCalledWith(
|
||||
1,
|
||||
'Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages or Actions? Please re-run the deployment at a later time.',
|
||||
'Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages, or Actions? Please re-run the deployment at a later time.',
|
||||
expect.any(Error)
|
||||
)
|
||||
twirpScope.done()
|
||||
@@ -416,7 +416,7 @@ describe('Deployment', () => {
|
||||
)
|
||||
expect(core.error).toHaveBeenNthCalledWith(
|
||||
1,
|
||||
'Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages or Actions? Please re-run the deployment at a later time.',
|
||||
'Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages, or Actions? Please re-run the deployment at a later time.',
|
||||
expect.any(Error)
|
||||
)
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ async function getArtifactMetadata({ artifactName }) {
|
||||
return artifact
|
||||
} catch (error) {
|
||||
core.error(
|
||||
'Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages or Actions? Please re-run the deployment at a later time.',
|
||||
'Fetching artifact metadata failed. Is githubstatus.com reporting issues with API requests, Pages, or Actions? Please re-run the deployment at a later time.',
|
||||
error
|
||||
)
|
||||
throw error
|
||||
|
||||
Reference in New Issue
Block a user