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 881c215 commit 89ce37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lines-of-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get this repository badges
run: cd wrdir && python main.py --URL="https://github.com/${{ github.repository }}"
- name: Copy badges back to current repo
run: mkdir -p badges && cp -R ./wrdir/badges/* ./badges/
run: mkdir -p badges && cp -R ./wrdir/badges/* ./badges/ && cp -R ./wrdir/badges.md ./badges.md
- name: remove
run: rm -rf wrdir
- name: Commit and push changes
Expand Down

0 comments on commit 89ce37c

Please sign in to comment.