Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
Deploying Docker to Azure App Service
What part(s) of the article would you like to see updated?
When running the action in the section Creating the workflow there is an issue with the Step "Deploy to Azure Web App".
When running the follwing error message is returned:
Run azure/webapps-deploy@05ac4e98bfa0f856e6669624239291c73ca27698
node:internal/modules/cjs/loader:936
throw err;
^
Error: Cannot find module '@actions/core'
Require stack:
- /home/runner/work/_actions/azure/webapps-deploy/05ac4e98bfa0f856e6669624239291c73ca27698/lib/main.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (/home/runner/work/_actions/azure/webapps-deploy/05ac4e98bfa0f856e6669624239291c73ca27698/lib/main.js:19:27)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/runner/work/_actions/azure/webapps-deploy/05ac4e98bfa0f856e6669624239291c73ca27698/lib/main.js'
]
}
Additional information
No response
Activity