Skip to content

Commit 00d891e

Browse files
committed
Better commit message for action
1 parent c989e10 commit 00d891e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ncc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
npm run dist
1919
- name: Commit and push if it changed
2020
run: |-
21-
git config user.name "Automated"
21+
git config user.name "Automated Build"
2222
git config user.email "actions@users.noreply.github.com"
2323
git add -A
2424
timestamp=$(date -u)
25-
git commit -m "Latest data: ${timestamp}" || exit 0
25+
git commit -m "npm run dist" || exit 0
2626
git push

0 commit comments

Comments
 (0)