Replies: 1 comment
-
|
Do you mind sharing your full workflow YAML? A full workflow YAML would be helpful, since it is hard to tell what you are trying to do :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I attempt to run my deployment I get an error stating I am missing the
deployment_id. I added this key to thestartstep using thegithub.event.deployment.idbut this isnulland does not actually have anything. So, I tried using something else and ended up landing on using the PR SHA. However, when I use that I get the error message that is this title. I tried several other id's, such as thegithub.event.pull_request.base.repo.idand otheridvalues in the Github Context. Everything I try is this same error over and over. If I attempt to remove thedeployment_idit gets mad at me and states that I need to have one. Is anyone else experiencing something similar to this?Beta Was this translation helpful? Give feedback.
All reactions