Skip to content

Commit

Permalink
Add extraAttributes to action defintion (#47)
Browse files Browse the repository at this point in the history
Currently, `extraAttributes` is not a visible input for the action...

```
Unexpected input(s) 'extraAttributes', valid inputs are ['otlpEndpoint', 'otlpHeaders', 'otelServiceName', 'githubToken', 'runId']
```
  • Loading branch information
rcrowe authored Jan 17, 2025
1 parent cf0c093 commit e45636d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ inputs:
runId:
description: Workflow Run ID to Export. Defaults to env.GITHUB_RUN_ID
required: false
extraAttributes:
description: Extra resource attributes
required: false
outputs:
traceId:
description: The OpenTelemetry Trace ID of the root span
Expand Down

0 comments on commit e45636d

Please sign in to comment.