Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendrysadrak/workflows
Collection of GIthub Actions workflows
https://github.com/hendrysadrak/workflows
Last synced: 4 days ago
JSON representation
Collection of GIthub Actions workflows
- Host: GitHub
- URL: https://github.com/hendrysadrak/workflows
- Owner: hendrysadrak
- Created: 2020-01-25T12:09:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T19:27:50.000Z (almost 4 years ago)
- Last Synced: 2023-03-01T09:41:47.550Z (over 1 year ago)
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Actions Workflows
Collection of Github Actions workflows
## Create Github release with commit history as details
[create-release.yml](/create-release.yml)
On pushing a tag creates GitHub release and adds commit history as the details in format of:
```md
## Commits- 2a0a657 commit message - committer name
- 464d8ff commit message - committer name
```