Skip to content

Update git-analyzer.yml #1

Update git-analyzer.yml

Update git-analyzer.yml #1

Workflow file for this run

name: Git History Analysis
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # This ensures all history is fetched
- name: Run Git History Analyzer
uses: BamaCharanChhandogi/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}