Skip to content

Commit bcaf9f0

Browse files
committed
workflow: Update GitHub Actions bot configuration
Updated the email and name for the GitHub Actions bot in the update-arduino.yml workflow to ensure proper attribution for commits. Signed-off-by: Chiho Sin <[email protected]>
1 parent 177dba9 commit bcaf9f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-arduino.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Commit and push changes
5151
if: steps.git-check.outputs.changes == 'true'
5252
run: |
53-
git config --local user.email "action@github.com"
54-
git config --local user.name "GitHub Action"
53+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
54+
git config --local user.name "github-actions[bot]"
5555
git add arduino/package_fobe_index.json
5656
git commit -m "${{ github.event.inputs.commit_message || 'Update arduino package index from latest commit' }}"
5757
git push

0 commit comments

Comments
 (0)