test
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/demo.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/demo.yaml
									
									
									
									
										vendored
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
name: Gitea Actions Demo
 | 
			
		||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
 | 
			
		||||
on: [push]
 | 
			
		||||
 | 
			
		||||
on: [workflow_dispatch]
 | 
			
		||||
# on: [push] pull_request schedule workflow_dispatch
 | 
			
		||||
jobs:
 | 
			
		||||
  Explore-Gitea-Actions:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
 
 | 
			
		||||
@@ -12,5 +12,5 @@ https://gitea.com/gitea/act_runner/releases
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
```sh
 | 
			
		||||
   pm2 start ./act_runner --name runner -- daemon --config config.yaml
 | 
			
		||||
pm2 start ./act_runner --name runner -- daemon --config config.yaml
 | 
			
		||||
```
 | 
			
		||||
		Reference in New Issue
	
	Block a user