How to display user projects with project plugin? #133
-
| 
         I want to use the project plug-in to display projects that are not in the respostories, but I don't know how to write ":repository" after plugin_projects_repositories. Because those projects are not in any repositories.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            lowlighter
          
      
      
        Jan 10, 2021 
      
    
    Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        lowlighter
-
| 
         After I changed workflows , it worked correctly. - uses: lowlighter/metrics@latest
   with:
     # other options
     plugin_projects: yes
     plugin_projects_limit: 2Thank you very much for your reply  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hello !
If you mean to display projects that are on your profile like these :
This should do it :
As you can see, no need to use
plugin_projects_repositories, it actually looks for you personal projects first 🙂