Some checks failed
		
		
	
	Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5m59s
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			418 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			418 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Gitea Actions Demo
 | |
| run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
 | |
| on: [push]
 | |
| 
 | |
| jobs:
 | |
|   Explore-Gitea-Actions:
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|       - name: test apt
 | |
|         run: curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-apt.sh | bash
 | |
|       - name: test docker
 | |
|         run: curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-docker.sh | bash |