This commit is contained in:
		@@ -27,7 +27,7 @@ jobs:
 | 
				
			|||||||
      - name: Set up SSH agent
 | 
					      - name: Set up SSH agent
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
          SSH_KEY: ${{ secrets.ACCESS_KEY }}         # your private key
 | 
					          SSH_KEY: ${{ secrets.ACCESS_KEY }}         # your private key
 | 
				
			||||||
        shell: bash
 | 
					            #shell: bash
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          eval "$(ssh-agent -s)"
 | 
					          eval "$(ssh-agent -s)"
 | 
				
			||||||
          echo "$SSH_KEY" >> ~/.ssh/id_rsa
 | 
					          echo "$SSH_KEY" >> ~/.ssh/id_rsa
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user