You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what I am doing wrong here but I have been trying to get amplify-cli-action working for the last three days.
local-env-info.json is added and not gitignored. I did not see anything in the README regarding the need to do this and it seems antithetical to using amplify-cli as they explicitly add it to the gitignore.
The error I am running into is:
Using default provider undefined
init failed
TypeError [ERR_INVALID_ARG_TYPE]: The 'request' argument must be string. Received type undefined
at /usr/local/lib/node_modules/@aws-amplify/cli/lib/lib/init-steps/s2-initProviders.js:22:36
at Array.forEach (<anonymous>)
at /usr/local/lib/node_modules/@aws-amplify/cli/lib/lib/init-steps/s2-initProviders.js:21:19
at Generator.next (<anonymous>)
at fulfilled (/usr/local/lib/node_modules/@aws-amplify/cli/lib/lib/init-steps/s2-initProviders.js:5:58)
I do have a project-config.json as well that is also not gitignored.
The command that is getting executed is (GHA output):
Not sure what I am doing wrong here but I have been trying to get amplify-cli-action working for the last three days.
local-env-info.json is added and not gitignored. I did not see anything in the README regarding the need to do this and it seems antithetical to using amplify-cli as they explicitly add it to the gitignore.
The error I am running into is:
I do have a project-config.json as well that is also not gitignored.
The command that is getting executed is (GHA output):
Any direction on this would be really helpful.
My workflow file looks like:
The text was updated successfully, but these errors were encountered: