mirror of
				https://github.com/taixingyiji/openit.git
				synced 2025-10-30 13:22:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			214 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			214 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: ip
 | |
| on:
 | |
|   workflow_dispatch:
 | |
| jobs:
 | |
|   Collecting:
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|     - name: ifconfig.me
 | |
|       run: |
 | |
|          curl ifconfig.me
 | |
|     - name: ipinfo.io
 | |
|       run: |
 | |
|          curl ipinfo.io
 |