Skip to content

Commit dc2b143

Browse files
fix: remove elements for automating DCO check
Signed-off-by: Bryan Behrenshausen <[email protected]>
1 parent ecdce5e commit dc2b143

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/dco.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/githubstats.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@ jobs:
1616
GITHUBSTATS: ${{ secrets.GITHUBSTATS }}
1717
run: |
1818
pip3 install PyGitHub # install PyGitHub package if necessary
19-
pwd
20-
ls
2119
cd js
2220
python3 githubstats.py
2321
- name: Commit changes
2422
run: |
2523
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2624
git config --local user.name "github-actions[bot]"
27-
git commit -a -s -m "Update site database"
25+
git commit -a -m "Update database"
2826
- name: Push changes
2927
uses: ad-m/github-push-action@master
3028
with:
3129
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
branch: ${{ github.ref }}
30+
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)