Skip to content

Commit a07b650

Browse files
Change commit message in githubstats.yml
Signed-off-by: Bryan Behrenshausen <bryan.behrenshausen@sas.com>
1 parent 0ac77e9 commit a07b650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/githubstats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
run: |
2323
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2424
git config --local user.name "github-actions[bot]"
25-
git commit -a -m "Update database"
25+
git commit -a -m "chore: update database"
2626
- name: Push changes
2727
uses: ad-m/github-push-action@master
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
branch: ${{ github.ref }}
30+
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)