mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge pull request #377 from juanfont/smarter-contribute-pipeline
This commit is contained in:
		
						commit
						ccec534e19
					
				
							
								
								
									
										7
									
								
								.github/workflows/contributors.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/contributors.yml
									
									
									
									
										vendored
									
									
								
							@ -10,6 +10,13 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
      - name: Delete upstream contributor branch
 | 
			
		||||
        # Allow continue on failure to account for when the
 | 
			
		||||
        # upstream branch is deleted or does not exist.
 | 
			
		||||
        continue-on-error: true
 | 
			
		||||
        run: git push origin --delete update-contributors
 | 
			
		||||
      - name: Create up-to-date contributors branch
 | 
			
		||||
        run: git checkout -B update-contributors
 | 
			
		||||
      - uses: BobAnkh/add-contributors@v0.2.2
 | 
			
		||||
        with:
 | 
			
		||||
          CONTRIBUTOR: "## Contributors"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user