We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e45c6 commit 8e4dc05Copy full SHA for 8e4dc05
.github/workflows/line-count.yml
@@ -21,9 +21,6 @@ jobs:
21
id: cloc
22
run: echo "::set-output name=lines_of_code::$(cloc src | awk '/SUM/{print $NF}')"
23
24
- - name: Debug line count
25
- run: echo "Lines of code in src: ${{ steps.cloc.outputs.lines_of_code }}"
26
-
27
- name: Update badge
28
run: |
29
LINES_OF_CODE=${{ steps.cloc.outputs.lines_of_code }}
0 commit comments