We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0218a commit 2acc3d2Copy full SHA for 2acc3d2
.github/workflows/line-count.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v2
14
with:
15
- token: ${{ secrets.TEST2 }}
+ token: ${{ secrets.Test }}
16
17
- name: Install cloc
18
run: sudo apt-get install cloc
@@ -30,4 +30,4 @@ jobs:
30
run: |
31
git config --local user.email "action@github.com"
32
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)
+ git diff --quiet && git diff --staged --quiet || (git commit -am "Update lines of code badge" && git push)
0 commit comments