Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/github-actions-composite-template
⚙️ GitHub Actions Composite Template
https://github.com/remarkablemark/github-actions-composite-template
actions composite composite-action github github-actions template
Last synced: 13 days ago
JSON representation
⚙️ GitHub Actions Composite Template
- Host: GitHub
- URL: https://github.com/remarkablemark/github-actions-composite-template
- Owner: remarkablemark
- License: mit
- Created: 2023-08-06T18:09:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-28T21:56:50.000Z (about 2 months ago)
- Last Synced: 2024-10-11T15:13:02.935Z (about 1 month ago)
- Topics: actions, composite, composite-action, github, github-actions, template
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# github-actions-composite-template
[![version](https://badgen.net/github/release/remarkablemark/github-actions-composite-template)](https://github.com/remarkablemark/github-actions-composite-template/releases)
[![test](https://github.com/remarkablemark/github-actions-composite-template/actions/workflows/test.yml/badge.svg)](https://github.com/remarkablemark/github-actions-composite-template/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)⚙️ GitHub Actions Composite Template. Inspired by [remarkablemark/hello-world-composite-action](https://github.com/remarkablemark/hello-world-composite-action).
## Quick Start
```yaml
# .github/workflows/github-actions-composite-template.yml
on: push
jobs:
github-actions-composite-template:
runs-on: ubuntu-latest
steps:
- name: GitHub Actions Composite Template
uses: remarkablemark/github-actions-composite-template@v1
```## Usage
See [action.yml](action.yml)
**Basic:**
```yaml
- uses: remarkablemark/github-actions-composite-template@v1
```## Inputs
### `version`
**Optional**: The version. Defaults to `1.2.3`:
```yaml
- uses: remarkablemark/github-actions-composite-template@v1
with:
version: 1.2.3
```## Contributions
Contributions are welcome! 👋
## License
[MIT](LICENSE)