We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdce5e commit dc2b143Copy full SHA for dc2b143
.github/dco.yml
.github/workflows/githubstats.yml
@@ -16,17 +16,15 @@ jobs:
16
GITHUBSTATS: ${{ secrets.GITHUBSTATS }}
17
run: |
18
pip3 install PyGitHub # install PyGitHub package if necessary
19
- pwd
20
- ls
21
cd js
22
python3 githubstats.py
23
- name: Commit changes
24
25
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
26
git config --local user.name "github-actions[bot]"
27
- git commit -a -s -m "Update site database"
+ git commit -a -m "Update database"
28
- name: Push changes
29
uses: ad-m/github-push-action@master
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
- branch: ${{ github.ref }}
+ branch: ${{ github.ref }}
0 commit comments