-
Notifications
You must be signed in to change notification settings - Fork 101
Require approval: never is broken #20
Comments
I think we need to use a interactive session by passing the "-it" flag in the docker run command but I am not in a position to test this atm. |
I face the same issue, too. |
Same for us. |
Anyone found a workaround? Like this it's not possible to deploy from GH actions... |
workaround: change this:
to this: this works because the subcommand parameter is not quoted in the entrypoint script so the shell will split it on spaces. i think it indicates that the problem lies with passing in the "*" parameters to the script rather than with require-approval itself. |
This can also be solved by setting the flag in your |
This works for me. |
This option is broken at this time. We will set is using cdk.json. See youyo/aws-cdk-github-actions#20.
Having the same issue with: yes | cdk deploy
--app "npx ts-node bin/stack.ts"
--required-approval never
--profile profile
--context account=account
--context region=region
|
Hello and thanks for this action.
I am deploying a project with two stacks (probably not relevant) and I am getting the following
and
Here is the action:
The text was updated successfully, but these errors were encountered: