https://www.runatlantis.io/ logo
Title
c

cpuspellcaster

05/17/2023, 10:48 PM
Hello. We're having a problem with a custom workflow in Atlantis v0.23.5 -- the
PULL_URL
variable is not being set by Atlantis, but the docs indicate that it should provide the Pull Request PR. Incidentally, we're also attempting to use the
PROJECT_NAME
variable, and that value is being set, so it doesn't appear to be a scoping issue??
p

PePe Amengual

05/17/2023, 10:50 PM
what if you run
env
in the run command to see all the variables?
c

cpuspellcaster

05/17/2023, 11:00 PM
I've run
env
, and I see variables like
PULL_AUTHOR
,
PROJECT_NAME
, and
PULL_NUM
-- but no
PULL_URL
we're using GitHub if that's helpful
p

PePe Amengual

05/17/2023, 11:02 PM
weird
unless somehow it was deleted in code....but that would be very bad
c

cpuspellcaster

05/17/2023, 11:35 PM
oh I don't think it's been released yet? I found a recent PR for it that lists v0.24.0 as a milestone
is there a timeframe on a v0.24 release?
p

PePe Amengual

05/17/2023, 11:46 PM
ahhhhh yes that is new
I will say in 2 more weeks?
we are waiting for 2 more PRs that are almost reasy
c

cpuspellcaster

05/17/2023, 11:52 PM
okay totally, looking forward to that then : )
thx for the responses
👍 1
r

RB

05/18/2023, 6:55 PM
You can use the
dev
image for now. It's our build prior to an official release
Give it a try and let us know if it works as expected for you. 😁