mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-30 21:47:37 +01:00 
			
		
		
		
	Fix checkout in test workflow
This commit is contained in:
		 Stanislas Lange
					Stanislas Lange
				
			
				
					committed by
					
						 Stanislas
						Stanislas
					
				
			
			
				
	
			
			
			 Stanislas
						Stanislas
					
				
			
						parent
						
							0ac1bf4f51
						
					
				
				
					commit
					ca8d58d5f0
				
			
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -80,7 +80,7 @@ jobs: | ||||
|           host: ${{ steps.server_ip.outputs.value }} | ||||
|           username: root | ||||
|           key: ${{ secrets.SSH_KEY }} | ||||
|           script: set -x && git clone https://github.com/angristan/openvpn-install.git && cd openvpn-install && git checkout ${{ github.event.pull_request.head.sha }} | ||||
|           script: set -x && git clone https://github.com/angristan/openvpn-install.git && cd openvpn-install && git checkout ${{ github.sha }} | ||||
|  | ||||
|       - name: Run openvpn-install.sh in headless mode | ||||
|         uses: appleboy/ssh-action@v0.1.6 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user