This commit is contained in:
		@@ -21,6 +21,11 @@ jobs:
 | 
			
		||||
          echo "$SSH_KEY" | tr -d '\r' | ssh-add -
 | 
			
		||||
          ssh-add -l
 | 
			
		||||
 | 
			
		||||
      - name: Trust Gitea host
 | 
			
		||||
        run: |
 | 
			
		||||
          mkdir -p ~/.ssh
 | 
			
		||||
          ssh-keyscan localhost >> ~/.ssh/known_hosts
 | 
			
		||||
 | 
			
		||||
      - name: Clone template repo
 | 
			
		||||
        run: |
 | 
			
		||||
          git clone --depth 1 ssh://git@localhost:222/lepton/app_templates /tmp/template
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user