Skip to content

Commit 2acc3d2

Browse files
committed
Update line counter
1 parent 9c0218a commit 2acc3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/line-count.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v2
1414
with:
15-
token: ${{ secrets.TEST2 }}
15+
token: ${{ secrets.Test }}
1616

1717
- name: Install cloc
1818
run: sudo apt-get install cloc
@@ -30,4 +30,4 @@ jobs:
3030
run: |
3131
git config --local user.email "action@github.com"
3232
git config --local user.name "GitHub Action"
33-
git diff --quiet && git diff --staged --quiet || (git commit -am "Update lines of code badge" && git push)
33+
git diff --quiet && git diff --staged --quiet || (git commit -am "Update lines of code badge" && git push)

0 commit comments

Comments
 (0)