mirror of
				https://github.com/thornAvery/kep-hack.git
				synced 2025-11-04 20:51:02 +13:00 
			
		
		
		
	
						commit
						7850a87e83
					
				
							
								
								
									
										3
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -69,9 +69,8 @@ jobs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Update symbols
 | 
					      - name: Update symbols
 | 
				
			||||||
        if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
 | 
					        if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }}
 | 
				
			||||||
        uses: EndBug/add-and-commit@v7
 | 
					        uses: EndBug/add-and-commit@v9
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          branch: symbols
 | 
					 | 
				
			||||||
          cwd: "./symbols"
 | 
					          cwd: "./symbols"
 | 
				
			||||||
          add: "*.sym"
 | 
					          add: "*.sym"
 | 
				
			||||||
          message: ${{ github.event.commits[0].message }}
 | 
					          message: ${{ github.event.commits[0].message }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue