We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f4275 commit 8bdd723Copy full SHA for 8bdd723
1 file changed
src/deploy-actions.js
@@ -62,7 +62,7 @@ async function deployActions (config, deployConfig = {}, logFunc) {
62
const hasAnyActions = Object.values(config.manifest.full.packages)
63
.some(pkg => Object.keys(pkg.actions || {}).length > 0)
64
if (!hasAnyActions) {
65
- log('Warning: no actions defined in manifest — deploy is a no-op and will undeploy any previously-deployed actions for this project.')
+ log('Warning: no actions defined in manifest, deploy is a no-op and will undeploy any previously-deployed actions for this project.')
66
}
67
if (
68
hasAnyActions &&
0 commit comments