mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-09 00:26:14 +00:00
Oxford commas
This commit is contained in:
@@ -194,7 +194,7 @@ describe('Deployment', () => {
|
|||||||
)
|
)
|
||||||
expect(core.error).toHaveBeenNthCalledWith(
|
expect(core.error).toHaveBeenNthCalledWith(
|
||||||
1,
|
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)
|
expect.any(Error)
|
||||||
)
|
)
|
||||||
twirpScope.done()
|
twirpScope.done()
|
||||||
@@ -416,7 +416,7 @@ describe('Deployment', () => {
|
|||||||
)
|
)
|
||||||
expect(core.error).toHaveBeenNthCalledWith(
|
expect(core.error).toHaveBeenNthCalledWith(
|
||||||
1,
|
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)
|
expect.any(Error)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ async function getArtifactMetadata({ artifactName }) {
|
|||||||
return artifact
|
return artifact
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.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
|
error
|
||||||
)
|
)
|
||||||
throw error
|
throw error
|
||||||
|
|||||||
Reference in New Issue
Block a user