Skip to content

Commit

Permalink
Update count_commits.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LoadingStill authored Jul 26, 2023
1 parent ba2fd00 commit 50cb2ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/count_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
with:
python-version: '3.x'

- name: Change to 'Programming/Python3/' directory
run: cd Programming/Python3/

- name: Count Commits
run: python ../../../count_commits.py
run: python $GITHUB_WORKSPACE/.github/workflows/count_commits.py

- name: Update Badge
run: |
Expand Down

0 comments on commit 50cb2ab

Please sign in to comment.