mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[ci] Fix invalid username and email in synthetic commit
ghstack-source-id: 951d0ef445
Pull Request resolved: https://github.com/facebook/react/pull/30486
This commit is contained in:
@@ -230,8 +230,8 @@ jobs:
|
||||
|
||||
DiffTrain build for [${{ github.event.workflow_run.head_sha }}](https://github.com/facebook/react/commit/${{ github.event.workflow_run.head_sha }})
|
||||
branch: builds/facebook-www
|
||||
commit_user_name: ${{ github.event.workflow_run.actor.name }}
|
||||
commit_user_email: ${{ github.event.workflow_run.actor.email || format('{0}@users.noreply.github.com', github.event.workflow_run.actor.name) }}
|
||||
commit_user_name: ${{ github.event.workflow_run.triggering_actor.login }}
|
||||
commit_user_email: ${{ github.event.workflow_run.triggering_actor.email || format('{0}@users.noreply.github.com', github.event.workflow_run.triggering_actor.login) }}
|
||||
create_branch: true
|
||||
|
||||
commit_fbsource_artifacts:
|
||||
@@ -388,6 +388,6 @@ jobs:
|
||||
|
||||
DiffTrain build for commit https://github.com/facebook/react/commit/${{ github.event.workflow_run.head_sha }}.
|
||||
branch: builds/facebook-fbsource
|
||||
commit_user_name: ${{ github.event.workflow_run.actor.name }}
|
||||
commit_user_email: ${{ github.event.workflow_run.actor.email || format('{0}@users.noreply.github.com', github.event.workflow_run.actor.name) }}
|
||||
commit_user_name: ${{ github.event.workflow_run.triggering_actor.login }}
|
||||
commit_user_email: ${{ github.event.workflow_run.triggering_actor.email || format('{0}@users.noreply.github.com', github.event.workflow_run.triggering_actor.login) }}
|
||||
create_branch: true
|
||||
|
||||
Reference in New Issue
Block a user