platformsh-templates / nextjs

8 stars 12 forks source link

Bug: environmental variable name for platform project id incorrect #86

Closed gilzow closed 1 year ago

gilzow commented 1 year ago

Describe the bug

The environmental variable name of PLATFORMSH_PROJECT in the sourceops.yaml workflow file is incorrect. It should be PLATFORM_PROJECT. This is related to https://github.com/platformsh/template-builder/issues/763

Include some logs

https://github.com/platformsh-templates/nextjs/actions/runs/3992255772/jobs/6847939585

Reproducing

Run source ops workflow Workflow fails as the cli is unable to determine the project in use.

Expected behavior

platform.sh cli should know which project should be targeted based on the environmental variable

Your environment

N/A

Screenshots

No response

Additional context

No response

gilzow commented 1 year ago

Fixed in #88