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