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
{{ message }}
This repository was archived by the owner on Apr 21, 2021. It is now read-only.
Running with the following configuration
Running on feature branch
ENVIRONMENT_ID: GH-merge
Checking for existing versions of environment: GH-merge
Environment not found
Creating environment GH-merge
Reading through the source code the
ENVIRONMENT_IDshould include the branch name.source: https://github.com/contentful/contentful-action/blob/main/index.js#L44-L66
Expected Behavior:
GH-my-branch-nameActual Behavior:
GH-mergeContext
workflow/action
I also looked through https://github.com/contentful-labs/contentful-action-example but found no hints to faulty usage from our side.