I have the following workflow which deploys two related projects to separate domains before subsequently posting the latter project's URL on a GitHub comment, https://github.com/forus-labs/forui/actions/runs/11682147658/workflow?pr=174#L75.
After 3.12 was released, we noticed that the URL being posted was incorrect. Instead of posting the latter project's URL, it posted the first project's. It seems like the deployment-url isn't being updated after the action is called the for the first time.
Incorrect URL using 3.12: duobaseio/forui#174 (comment)
Correct URL after reverting to 3.11: duobaseio/forui#254 (comment)