Skip to content

Commit 12ab2b1

Browse files
authored
Merge pull request #187 from actions/update-deploy-error-message
Add error message for file permissions
2 parents 80d8f1c + 157c090 commit 12ab2b1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const temporaryErrorStatus = {
1717

1818
const finalErrorStatus = {
1919
deployment_failed: 'Deployment failed, try again later.',
20+
deployment_perms_error: 'Deployment failed, Please ensure that the file permissions are correct.',
2021
deployment_content_failed:
2122
'Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB.',
2223
deployment_cancelled: 'Deployment cancelled.',

0 commit comments

Comments
 (0)