mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
13 lines
321 B
YAML
13 lines
321 B
YAML
name: 'OpenCommit GitHub Action'
|
|
description: 'Checks commit messages and replaces "oc" with a smart and impressive AI generated message 🤯🔫'
|
|
author: 'https://github.com/di-sukharev'
|
|
|
|
inputs:
|
|
GITHUB_TOKEN:
|
|
description: 'GitHub token'
|
|
required: true
|
|
|
|
runs:
|
|
using: 'node16'
|
|
main: 'out/github-action.cjs'
|