mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-10-25 11:17:28 +02:00 
			
		
		
		
	correction action bot (#1782)
This commit is contained in:
		
							parent
							
								
									6ffccc5f52
								
							
						
					
					
						commit
						09e963b160
					
				
							
								
								
									
										6
									
								
								.github/workflows/licenses-update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/licenses-update.yml
									
									
									
									
										vendored
									
									
								
							| @ -36,8 +36,8 @@ jobs: | |||||||
| 
 | 
 | ||||||
|       - name: Set up git config |       - name: Set up git config | ||||||
|         run: | |         run: | | ||||||
|           git config --global user.email "GitHub Action <action@github.com>" |           git config --global user.name "github-actions[bot]" | ||||||
|           git config --global user.name "GitHub Action <action@github.com>" |           git config --global user.email "github-actions[bot]@users.noreply.github.com" | ||||||
| 
 | 
 | ||||||
|       - name: Run git add |       - name: Run git add | ||||||
|         run: | |         run: | | ||||||
| @ -76,4 +76,4 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.GITHUB_TOKEN }} |           token: ${{ secrets.GITHUB_TOKEN }} | ||||||
|           pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} |           pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} | ||||||
|           merge-method: squash  # Choose the merge method: merge, squash, or rebase |           merge-method: squash # Choose the merge method: merge, squash, or rebase | ||||||
|  | |||||||
							
								
								
									
										8
									
								
								.github/workflows/sync_files.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/sync_files.yml
									
									
									
									
										vendored
									
									
								
							| @ -28,8 +28,8 @@ jobs: | |||||||
|         run: python .github/scripts/gradle_to_chart.py |         run: python .github/scripts/gradle_to_chart.py | ||||||
|       - name: Set up git config |       - name: Set up git config | ||||||
|         run: | |         run: | | ||||||
|           git config --global user.email "GitHub Action <action@github.com>" |           git config --global user.name "github-actions[bot]" | ||||||
|           git config --global user.name "GitHub Action <action@github.com>" |           git config --global user.email "github-actions[bot]@users.noreply.github.com" | ||||||
|       - name: Run git add |       - name: Run git add | ||||||
|         run: | |         run: | | ||||||
|           git add . |           git add . | ||||||
| @ -66,8 +66,8 @@ jobs: | |||||||
|         run: python scripts/counter_translation.py |         run: python scripts/counter_translation.py | ||||||
|       - name: Set up git config |       - name: Set up git config | ||||||
|         run: | |         run: | | ||||||
|           git config --global user.email "GitHub Action <action@github.com>" |           git config --global user.name "github-actions[bot]" | ||||||
|           git config --global user.name "GitHub Action <action@github.com>" |           git config --global user.email "github-actions[bot]@users.noreply.github.com" | ||||||
|       - name: Run git add |       - name: Run git add | ||||||
|         run: | |         run: | | ||||||
|           git add . |           git add . | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user