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
I'm trying to use this action to deploy my project on aws, but I'm getting the following error in Github Action run: Error: The URL must be of scheme file
The stack already exists in CloudFormation, and I'm using the same template file with aws-cloudformation-github-deploy@v1 action, with some parameter overrides.
Looks like the error is related to something that I'm doing wrong with the templateparameter.
I understand this is from a few years ago, but I am leaving this comment for those searching in the future.
I had this same issue, what I found was I improperly defined my parameter-overrides. In my case I used : instead of = like @cleitonper did in this issue, which caused the problem. Changing it to = without a space between the key and value and it should work.
Error: The URL must be of scheme file
Description
Hi there,
I'm trying to use this action to deploy my project on aws, but I'm getting the following error in Github Action run: Error: The URL must be of scheme file
The stack already exists in CloudFormation, and I'm using the same template file with
aws-cloudformation-github-deploy@v1
action, with some parameter overrides.Looks like the error is related to something that I'm doing wrong with the
template
parameter.I'm using the action in this way:
The complete workflow file can be viewed below
Aditional Information
CloudFormation template
Workflow file
Screenshot
Click to expand
Any kind of help is apreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered: