Skip to content

Commit 7496661

Browse files
committed
Undo unnecessary reorder
1 parent 4279385 commit 7496661

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/internal/deployment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const core = require('@actions/core')
44
const getContext = require('./context')
55
const {
66
getArtifactMetadata,
7-
getPagesDeploymentStatus,
87
createPagesDeployment,
8+
getPagesDeploymentStatus,
99
cancelPagesDeployment
1010
} = require('./api-client')
1111

0 commit comments

Comments
 (0)