We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c989e10 commit 00d891eCopy full SHA for 00d891e
1 file changed
.github/workflows/ncc.yml
@@ -18,9 +18,9 @@ jobs:
18
npm run dist
19
- name: Commit and push if it changed
20
run: |-
21
- git config user.name "Automated"
+ git config user.name "Automated Build"
22
git config user.email "actions@users.noreply.github.com"
23
git add -A
24
timestamp=$(date -u)
25
- git commit -m "Latest data: ${timestamp}" || exit 0
+ git commit -m "npm run dist" || exit 0
26
git push
0 commit comments