https://github.com/remarkablemark/github-actions-composite-template
⚙️ GitHub Actions Composite Template
https://github.com/remarkablemark/github-actions-composite-template
actions composite-action github-action github-actions github-composite-action template
Last synced: 2 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T02:49:38.000Z (3 months ago)
- Last Synced: 2025-03-02T03:33:46.525Z (3 months ago)
- Topics: actions, composite-action, github-action, github-actions, github-composite-action, template
- Homepage:
- Size: 35.2 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
[](https://github.com/remarkablemark/github-actions-composite-template/releases)
[](https://github.com/remarkablemark/github-actions-composite-template/actions/workflows/test.yml)
[](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
**Basic:**
```yaml
- uses: remarkablemark/github-actions-composite-template@v1
```See [action.yml](action.yml)
## 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)