Skip to content

generates/commit-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b95e544 · Mar 8, 2021

History

39 Commits
Mar 8, 2021
Mar 8, 2021
Oct 17, 2020
Oct 17, 2020
Oct 17, 2020
Mar 8, 2021
Mar 8, 2021
Oct 17, 2020
Oct 17, 2020
Oct 17, 2020
Mar 8, 2021
Mar 8, 2021
Mar 8, 2021

Repository files navigation

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