hashicorp / hashicorp/tfc-workflows-github

missing run_link from outputs (apply-run action)

Open
#2,983 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HCL
Stars
178
Forks
30
PR merge metrics
No merged PRs in 30d

Description

The action [apply-run](https://github.com/hashicorp/tfc-workflows-github/blob/main/actions/apply-run/action.yml#L31) is missing the **run_link** from outputs even though it's part of the final payload of the actual run.

This is a sample payload
```
{
"run_id": "run-5JiwDkFbfzKDYcYz",
"run_link": "https://app.terraform.io/app//workspaces//runs/run-5JiwDkFbfzKDYcYz",
"run_status": "applied",
"status": "Success"
}
```

For context: some other action like [create-run](https://github.com/hashicorp/tfc-workflows-github/blob/main/actions/create-run/action.yml#L62) are already have this defined as an output

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.