Skip to content

Commit

Permalink
fix: remove elements for automating DCO check
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Behrenshausen <[email protected]>
  • Loading branch information
semioticrobotic committed Oct 8, 2024
1 parent ecdce5e commit dc2b143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/dco.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/githubstats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ jobs:
GITHUBSTATS: ${{ secrets.GITHUBSTATS }}
run: |
pip3 install PyGitHub # install PyGitHub package if necessary
pwd
ls
cd js
python3 githubstats.py
- name: Commit changes
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -s -m "Update site database"
git commit -a -m "Update database"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
branch: ${{ github.ref }}

0 comments on commit dc2b143

Please sign in to comment.