File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434        id : pull_requests 
3535        shell : bash 
3636        run : | 
37-           git config user.name ${GITHUB_ACTOR}  
38-           git config user.email "a@b.c " 
37+           git config user.name "github-actions[bot]"  
38+           git config user.email "41898282+github-actions[bot]@users.noreply.github.com " 
3939
4040          DEV_BRANCHES=$(git branch -r --list origin/v?.?-dev) 
4141          for DEV_BRANCH in $DEV_BRANCHES; do 
Original file line number Diff line number Diff line change 3434        id : pull_request 
3535        shell : bash 
3636        run : | 
37-           git config user.name ${GITHUB_ACTOR}  
38-           git config user.email "a@b.c " 
37+           git config user.name "github-actions[bot]"  
38+           git config user.email "41898282+github-actions[bot]@users.noreply.github.com " 
3939          SYNC="$BASE-sync-with-$HEAD" 
4040
4141          git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments