ACTIONS配置文件修正
This commit is contained in:
		@@ -3,7 +3,7 @@ name: Daily Domain Check
 | 
				
			|||||||
on:
 | 
					on:
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: "0 0 * * *"  # Runs daily at midnight
 | 
					    - cron: "0 0 * * *"  # Runs daily at midnight
 | 
				
			||||||
  workflow_dispatch:
 | 
					  push:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  domain_check:
 | 
					  domain_check:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user