Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)