Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit db1df30

Browse files
committed
git user
1 parent 451da64 commit db1df30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
22+
- name: Set up Git User
23+
run: |
24+
git config user.name "${{ github.actor }}"
25+
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
2226
2327
- name: Tailscale
2428
uses: tailscale/github-action@v3

0 commit comments

Comments
 (0)