https://github.com/linuxsuren/orbit-assistant
Help you to record your team member's activities with GitHub Actions
https://github.com/linuxsuren/orbit-assistant
assistant hacktoberfest orbit
Last synced: 4 months ago
JSON representation
Help you to record your team member's activities with GitHub Actions
- Host: GitHub
- URL: https://github.com/linuxsuren/orbit-assistant
- Owner: LinuxSuRen
- Created: 2022-05-15T00:31:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T22:56:42.000Z (almost 4 years ago)
- Last Synced: 2025-08-30T14:49:05.271Z (6 months ago)
- Topics: assistant, hacktoberfest, orbit
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Orbit Assistant
## GitHub Actions
You can use this project as a GitHub Actions.
### Example usage
```yaml
uses: linuxsuren/orbit-assistant@master
env:
ORBIT_TOKEN: `your-token`
```
### Environment
* `ORBIT_TOKEN` - Required, is the token of your Orbit account.
### Want to help?
See also [the official document of GitHub actions](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action).