https://github.com/getindata/github-workflows
Collection of reusable GitHub Actions workflows
https://github.com/getindata/github-workflows
Last synced: 5 months ago
JSON representation
Collection of reusable GitHub Actions workflows
- Host: GitHub
- URL: https://github.com/getindata/github-workflows
- Owner: getindata
- License: apache-2.0
- Created: 2023-09-08T10:57:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T11:27:26.000Z (over 1 year ago)
- Last Synced: 2025-01-24T02:30:32.176Z (over 1 year ago)
- Size: 30.3 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GitHub Workflows


We help companies turn their data into assets
---
This repository is a collection of reusable GitHub Actions workflows aimed at providing a centralized library for commonly used tasks.
By maintaining a single source of truth for these workflows, we can ensure consistency, reduce duplication, and simplify maintenance across multiple projects.
## USAGE
Place this sample workflow file into your project's `.github/workflows` folder. It utilizes the `gh-create-release.yml` workflow from this repository.
```yaml
name: Create new release with changelog
on:
pull_request_target:
types: [closed]
jobs:
release:
uses: getindata/github-workflows/.github/workflows/gh-create-release.yml@
```
## NOTES
For additional examples and information on limitations, inheritance, inputs, outputs, and more, consult the official GitHub [documentation](https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview).
## CONTRIBUTING
Contributions are very welcomed!
Start by reviewing [contribution guide](CONTRIBUTING.md) and our [code of conduct](CODE_OF_CONDUCT.md). After that, start coding and ship your changes by creating a new PR.
## LICENSE
Apache 2 Licensed. See [LICENSE](LICENSE) for full details.
## AUTHORS
Made with [contrib.rocks](https://contrib.rocks).