Skip to content

Commit d6188cf

Browse files
authored
set git username (#3469)
Co-authored-by: Antony Jones <[email protected]>
1 parent 3e40c9b commit d6188cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
- name: Publish
5252
working-directory: ${{ github.workspace }}/template
5353
run: |
54-
touch "generated-$(date +%s)"
54+
touch "generated-$(date +%s)"
55+
git config user.email "[email protected]"
56+
git config user.name "[bot]"
5557
git add -A
5658
git commit -m "version $npm_package_version"
5759
git push main -f

0 commit comments

Comments
 (0)