I'm using a github action to publish my page to cloudlfare pages. This action uses a dedicated environment (Link to Action). For some reason running this (and the preview action) always creates new environemnts (
cloudkit (Preview)
cloudkit (Preview)
and
cloudkit (Production)
cloudkit (Production)
Is there any way to prevent this and the result of the github action to link to the environment specified in the Action?
Otherwise PRs will always have comments like in the screenshot. Ideally I'd like there to be one comment from
Github Actions
Github Actions
with a
View deployment
View deployment
button. Is this possible? Am I doing something wrong in my action?