File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
3636          PYLINT_SCORE=$(sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' pylint.log) 
3737          echo $PYLINT_SCORE 
3838          anybadge -l pylint --value=$PYLINT_SCORE -f ${{ github.event.repository.name }}-pylint-badge.svg 2=red 4=orange 8=yellow 10=green 
39- name : Push badge to badges repo 
40-         uses : dmnemec/copy_file_to_another_repo_action@main 
41-         env :
42-           API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }} 
43-         with :
44-           source_file : " ${{ github.event.repository.name }}-pylint-badge.svg" 
45-           destination_repo : " nlp-tlp/badges" 
46-           user_email : " github-actions[bot]@users.noreply.github.com" 
47-           user_name : " github-actions[bot]" 
39+ #   - name: Push badge to badges repo
40+       #   uses: dmnemec/copy_file_to_another_repo_action@main
41+       #   env:
42+       #     API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
43+       #   with:
44+       #     source_file: "${{ github.event.repository.name }}-pylint-badge.svg"
45+       #     destination_repo: "nlp-tlp/badges"
46+       #     user_email: "github-actions[bot]@users.noreply.github.com"
47+       #     user_name: "github-actions[bot]"
4848          commit_message : " Update ${{ github.event.repository.name }} Pylint badge" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments