mirror of
				https://github.com/Pablo2048/modbus-rtu-master.git
				synced 2025-10-31 08:22:43 +01:00 
			
		
		
		
	
							
								
								
									
										6
									
								
								.github/workflows/sync-main-to-dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/sync-main-to-dev.yml
									
									
									
									
										vendored
									
									
								
							| @@ -13,9 +13,13 @@ jobs: | |||||||
|     - name: Checkout repository |     - name: Checkout repository | ||||||
|       uses: actions/checkout@v2 |       uses: actions/checkout@v2 | ||||||
|       with: |       with: | ||||||
|         # Tento token zajišťuje oprávnění k zápisu |  | ||||||
|         token: ${{ secrets.GITHUB_TOKEN }} |         token: ${{ secrets.GITHUB_TOKEN }} | ||||||
|  |  | ||||||
|  |     - name: Configure Git user | ||||||
|  |       run: | | ||||||
|  |         git config user.name "github-actions[bot]" | ||||||
|  |         git config user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||||||
|  |  | ||||||
|     - name: Set executable permissions |     - name: Set executable permissions | ||||||
|       run: chmod +x ./update_dev.sh |       run: chmod +x ./update_dev.sh | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user