Please set the action output as declared in the action.yaml #61
Labels
breaking-change
Breaking Change
enhancement
New feature or request
refactor
Code refactoring / cleanup
This line
deployment-marker-action/action.yaml
Lines 44 to 46 in 60142df
promises a GitHub Action output (which is the standard way of moving information out of an action), and expected to be
steps.my-step-id.outputs.deploymentId
, but this linedeployment-marker-action/entrypoint.sh
Line 23 in 60142df
sets an env var. The README.md shows the env var usage:
deployment-marker-action/README.md
Lines 129 to 131 in 60142df
but it's not a GHA native/idiomatic way of passing outputs.
Please update the action so that it does not pollute the global env namespace with an un-prefixed env var.
The text was updated successfully, but these errors were encountered: