Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BamaCharanChhandogi committed Aug 5, 2024
1 parent fbad7fe commit b9b45e8
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/git-analyzer.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Analyze
name: Git History Analysis

on:
push:
branches:
- main
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run Git History Analyzer
uses: BamaCharanChhandogi/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- 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 }}

0 comments on commit b9b45e8

Please sign in to comment.