Update .gitea/workflows/build.yml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / Explore-Gitea-Actions (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / Explore-Gitea-Actions (push) Has been cancelled
				
			This commit is contained in:
		@@ -3,9 +3,10 @@ run-name: ${{ gitea.actor }} is building
 | 
			
		||||
on: [push]
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  Example:
 | 
			
		||||
	container:
 | 
			
		||||
	  image: alpine
 | 
			
		||||
  Explore-Gitea-Actions:
 | 
			
		||||
    runs-on: docker
 | 
			
		||||
    container:
 | 
			
		||||
      image: alpine
 | 
			
		||||
    steps:
 | 
			
		||||
      - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
 | 
			
		||||
      - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user