Skip to content

Commit

Permalink
get changes in lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarsh2001 committed Nov 4, 2023
1 parent d337e82 commit 5ea1eb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install gitpython
shell: bash
shell: bash

- name: Fetch Commit Changes
id: fetch_changes
Expand All @@ -43,9 +43,8 @@ jobs:
"changes": diff.count("lines")
})

print(json.dumps(commit_changes))

shell: python
print(json.dumps(commit_changes))
shell: python

- name: Display Commit Changes
run: |
Expand Down

0 comments on commit 5ea1eb8

Please sign in to comment.