ably/GitHub Event Context
Collect conformed information on the workflow event context.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 28, 2026
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: ably/github-event-context-action@7f2c0aa105a3ee8c531919bdbe98f27c2d261bfe # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
no inputs
Outputs
| name | description |
|---|---|
| sha | The SHA of the source commit. |
| url | A GitHub URL pointing to location that makes sense given the contents of the title output. |
| title | A label for the event context. |
| build-metadata | A string compatible with the constraints of SemVer build metadata (alphanumerics and hypens only, [0-9A-Za-z-]). Examples: "tag-v-1-2-0" (tag), "PR123-d0b00a8" (pull request), "d0b00a8" (default branch). See: https://semver.org/#spec-item-10 |