Skip to content

Commit

Permalink
Update lines-of-code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserbdj96 committed Jul 7, 2024
1 parent b01c3a1 commit 3c2a810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lines-of-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: pip install -r wrdir/requirements.txt
- name: Get this repository badges
run: cd wrdir && python main.py --URL="https://github.com/${{ github.repository }}"
- name: remove
run: rm -rf wrdir
- name: Copy badges back to current repo
run: cp -R ./wrdir/badges/* ./badges
- name: remove
run: rm -rf wrdir
- name: Commit and push changes
run: |
git config --global user.email "github-actions@github.com"
Expand Down

0 comments on commit 3c2a810

Please sign in to comment.