1.0.2 • Published 3 years ago

@generates/commit-action v1.0.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

Commit Action

Automate git commits with GitHub Actions

About

Usage

name: Ch-ch-changes
on:
  pull_request:
    types: [labeled]
jobs:
  changes:
    runs-on: ubuntu-latest
    timeout-minutes: 5
    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0
      - name: Make Changes
        uses: some-action
      - name: Commit Changes
        uses: generates/commit-action@v1.0.0

License

Hippocratic License - See LICENSE

 

Created by Ian Walter