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
Hey everyone, I am attempting to use cdk-pipelines-github and I believe I found an issue. I am trying to define a step within a job, and one of the property keys is ‘with,’ a Python keyword causing syntax errors in this context. Here is the documentation showing such. Job Step documentation
Below is the specific code block where I am trying to configure AWS credentials using the CDK pipelines GitHub constructs
Try and configure a job step that requires use of the 'with' keyword like my example above. This would also be needed for any reusable workflow the requires inputs.
The version of our code being used
v0.4.72
Any modifications you've made relevant to the bug
None
Anything unusual about your environment or deployment
I don't believe anything about the environment would be causing this issue. I can think of nothing out of the ordinary with our environment.
The text was updated successfully, but these errors were encountered:
Hey everyone, I am attempting to use cdk-pipelines-github and I believe I found an issue. I am trying to define a step within a job, and one of the property keys is ‘with,’ a Python keyword causing syntax errors in this context. Here is the documentation showing such. Job Step documentation
Below is the specific code block where I am trying to configure AWS credentials using the CDK pipelines GitHub constructs
Here is the code block with the GitHub Action step I am trying to replicate above.
A reproducible test case or series of steps
The version of our code being used
Any modifications you've made relevant to the bug
Anything unusual about your environment or deployment
The text was updated successfully, but these errors were encountered: