mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 10:04:53 +00:00
Correct outdated reference
This commit is contained in:
@@ -151,7 +151,7 @@ describe('create', () => {
|
|||||||
await deployment.create(fakeJwt)
|
await deployment.create(fakeJwt)
|
||||||
|
|
||||||
expect(axios.post).toBeCalledWith(
|
expect(axios.post).toBeCalledWith(
|
||||||
'https://api.github.com/repos/paper-spa/is-awesome/pages/deployment',
|
'https://api.github.com/repos/actions/is-awesome/pages/deployment',
|
||||||
{
|
{
|
||||||
artifact_url: 'https://fake-artifact.com&%24expand=SignedContent',
|
artifact_url: 'https://fake-artifact.com&%24expand=SignedContent',
|
||||||
pages_build_version: 'valid-build-version',
|
pages_build_version: 'valid-build-version',
|
||||||
|
|||||||
Reference in New Issue
Block a user