Compare commits
	
		
			3 Commits
		
	
	
		
			v1.1.0
			...
			0d16b0bcd8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					0d16b0bcd8 | ||
| 
						 | 
					2988f59e6a | ||
| 
						 | 
					da1f1537f1 | 
							
								
								
									
										26
									
								
								.github/workflows/testing.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								.github/workflows/testing.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,26 @@
 | 
			
		||||
name: testing master
 | 
			
		||||
on: [push]
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  FOO: "BAR"
 | 
			
		||||
  BAR: "FOO"
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  testing01:
 | 
			
		||||
    name: testing new bash flow
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: checkout
 | 
			
		||||
        uses: actions/checkout@v1
 | 
			
		||||
 | 
			
		||||
      - name: try bash script
 | 
			
		||||
        uses: appleboy/ssh-action@master
 | 
			
		||||
        with:
 | 
			
		||||
          host: 2402:1f00:8000:800::2628
 | 
			
		||||
          username: ubuntu
 | 
			
		||||
          password: ${{ secrets.OVH_PASSWORD }}
 | 
			
		||||
          protocol: tcp6
 | 
			
		||||
          port: 22
 | 
			
		||||
          command_timeout: 30s
 | 
			
		||||
          script: |
 | 
			
		||||
            whoami
 | 
			
		||||
		Reference in New Issue
	
	Block a user