update workflow to address gitea notifications
This commit is contained in:
		
							parent
							
								
									092c1243c2
								
							
						
					
					
						commit
						56c5b0b5bd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/zig-build.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/zig-build.yaml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -20,7 +20,7 @@ jobs:
 | 
			
		|||
        run: zig build test --summary all
 | 
			
		||||
      - name: Notify
 | 
			
		||||
        uses: elerch/action-notify-ntfy@v2.github
 | 
			
		||||
        if: env.GITEA_ACTIONS == 'true'
 | 
			
		||||
        if: always() && env.GITEA_ACTIONS == 'true'
 | 
			
		||||
        with:
 | 
			
		||||
          host: ${{ secrets.NTFY_HOST }}
 | 
			
		||||
          topic: ${{ secrets.NTFY_TOPIC }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue