https://github.com/robertrossmann/actions
Github Actions for Go
https://github.com/robertrossmann/actions
Last synced: 21 days ago
JSON representation
Github Actions for Go
- Host: GitHub
- URL: https://github.com/robertrossmann/actions
- Owner: robertrossmann
- License: bsd-3-clause
- Created: 2019-11-07T16:55:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T13:05:49.000Z (over 6 years ago)
- Last Synced: 2025-11-30T16:07:36.753Z (7 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# `github.com/robertrossmann/actions/toolkit`
[![GoDoc][godoc-badge]][godoc-home] [![GitHub Actions][verify-badge]][verify-action]
> A basic toolkit for working with GitHub Actions.
## About
This toolkit allows you to perform basic operations from within a GitHub Action context, such as
- annotating a pull request at certain lines
- Reading metadata about the current Action run
- Setting an Action's output
It was heavily inspired by the official toolkit for JavaScript: [`@actions/toolkit`][js-toolkit]. This package implements most of the `core` part of that package.
## License
See the [LICENSE](LICENSE) file for more information.
[js-toolkit]: https://github.com/actions/toolkit
[godoc-home]: https://godoc.org/github.com/robertrossmann/actions/toolkit
[godoc-badge]: https://godoc.org/github.com/robertrossmann/actions/toolkit?status.svg
[verify-badge]: https://github.com/robertrossmann/actions/workflows/verify/badge.svg
[verify-action]: https://github.com/robertrossmann/actions/actions