Skip to content

Commit 539cbbe

Browse files
committed
ci(pi-assistant): configure git identity and inject task from triggering comment
1 parent 23b3e6a commit 539cbbe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pi-assistant.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252

53+
- name: Configure Git identity
54+
run: |
55+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
56+
git config user.name "github-actions[bot]"
57+
5358
- uses: oven-sh/setup-bun@v2
5459
with:
5560
bun-version: latest

0 commit comments

Comments
 (0)