⚙️ GitHub Actions Composite Template. Inspired by remarkablemark/hello-world-composite-action.
# .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
Basic:
- uses: remarkablemark/github-actions-composite-template@v1
See action.yml
Optional: The version. Defaults to 1.2.3
:
- uses: remarkablemark/github-actions-composite-template@v1
with:
version: 1.2.3
Contributions are welcome! 👋