Update workflows/fedora-checkout.yml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				checkout / checkout (push) Successful in 4s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	checkout / checkout (push) Successful in 4s
				
			update runner name
This commit is contained in:
		| @@ -1,13 +1,14 @@ | ||||
|  | ||||
| name: checkout | ||||
|  | ||||
| on:  | ||||
| on: | ||||
|   push: | ||||
|     tags: | ||||
|       - '*' | ||||
|     branches: | ||||
|       - main  # Or your desired branch | ||||
|  | ||||
| jobs: | ||||
|   checkout: | ||||
|     runs-on: fedora-iso-creation:42:docker://git.phyllo.me/roots/fedora-iso-creation:42 | ||||
|     runs-on: fedora-latest | ||||
|  | ||||
|     steps: | ||||
|       - uses: https://git.phyllo.me/actions/checkout@v4 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user