Skip to content

added contributing.md #1

added contributing.md

added contributing.md #1

name: Update Contributing
on:
push:
paths:
- .github/templates/CONTRIBUTING.template.md
workflow_dispatch:
jobs:
readme:
uses: codeshelldev/gh-actions/.github/workflows/templating.yml@main
name: Readme
with:
template: .github/templates/CONTRIBUTING.template.md
output: CONTRIBUTING.md
output-branch: docs
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}