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! I am trying to dynamically post back to the PR on GitHub, which I have succeeded at. However, the variable for pullRequestId doesn't appear to work when I try and use the variable defined on the docs, I get an exception error:
java.lang.NumberFormatException: For input string: "${ghprbPullId}"
Are you able to point me in the right direction?
The text was updated successfully, but these errors were encountered:
Hey! I am trying to dynamically post back to the PR on GitHub, which I have succeeded at. However, the variable for
pullRequestId
doesn't appear to work when I try and use the variable defined on the docs, I get an exception error:java.lang.NumberFormatException: For input string: "${ghprbPullId}"
Are you able to point me in the right direction?
The text was updated successfully, but these errors were encountered: