mirror of
				https://github.com/taixingyiji/openit.git
				synced 2025-10-31 09:12:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Clash
 | |
| on: 
 | |
|    workflow_dispatch:
 | |
| jobs:
 | |
|   my-job:
 | |
|     name: sleep
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|     - name: curl
 | |
|       run: curl https://github.com/git-yusteven/openit
 |