Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffrafter/example-github-action-commits
An example GitHub Action that adds commits
https://github.com/jeffrafter/example-github-action-commits
Last synced: about 19 hours ago
JSON representation
An example GitHub Action that adds commits
- Host: GitHub
- URL: https://github.com/jeffrafter/example-github-action-commits
- Owner: jeffrafter
- Created: 2019-09-17T13:33:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:35:22.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T09:09:22.710Z (3 months ago)
- Language: TypeScript
- Size: 507 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example GitHub Action with Commits
This is a strange GitHub action that automatically commits emoji images into your master branch.
Why would you want that? I have no idea.
The action and workflow both live in this repository (I haven't released this action... because again: _why_?).
- [Action](https://github.com/jeffrafter/example-github-action-commits/blob/master/.github/actions/commit-action/commit.ts)
- [Workflow](https://github.com/jeffrafter/example-github-action-commits/blob/master/.github/workflows/commit-workflow.yml)This is mostly here to demonstrate interactions with payloads, committing via the API and responding to issues. Steal liberally. Open an issue... in the body create a list of emoji names (separated by commas). The action will automatically add them to the repo and close the issue.
![](https://rpl.cat/uploads/bD5Elq8UL6Ujn-Rd1zgnMBGE7NoMsC0HhvNoaDiDWdc/public.png)
License: you are as free as the wind. Public domain.