File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
1717          python-version : ' 3.x' 
1818
1919      - name : Install Dependencies 
20-         run : pip install PyGithub 
20+         run : pip install PyGithub openpyxl  
2121
2222      - name : Run Summary Script 
2323        env :
2424          GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
25-           GITHUB_REPOSITORY : pytorch-fdn/ambassador-program 
25+           GITHUB_REPOSITORY : ${{ github.repository }} 
2626        run : python .github/scripts/summarize_applications.py 
2727
2828      - name : Commit and Push Summary 
2929        run : | 
3030          git config --global user.email "[email protected] " 3131          git config --global user.name "GitHub Actions" 
3232          git add ambassador/SUMMARY.md ambassador/SUMMARY.csv 
33-           git commit -m "Update Ambassador Application Summary" 
33+           git commit -m "Update Ambassador Application Summary" || echo "No changes to commit"  
3434          git push 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments