Skip to content

Merge branch 'master' of https://github.com/landamessenger/git-board-… #227

Merge branch 'master' of https://github.com/landamessenger/git-board-…

Merge branch 'master' of https://github.com/landamessenger/git-board-… #227

name: Git Board Flow - Commit
on:
push:
branches:
- '**'
jobs:
git-board-commits:
name: Git Board - Commit
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Git Board - Commit
uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token-personal: ${{ secrets.REPO_PAT }}
commit-prefix-builder: |
branchName.replace("/", "-");