workflows: fix inputs
This commit is contained in:
		
							parent
							
								
									5e9cf17626
								
							
						
					
					
						commit
						92d12c69a7
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										8
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -21,7 +21,7 @@ jobs:
 | 
			
		|||
      - name: Checkout package
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
        with:
 | 
			
		||||
          repo: ${{matrix.repo}}
 | 
			
		||||
          repository: ${{matrix.repo}}
 | 
			
		||||
          ref: ${{matrix.ref}}
 | 
			
		||||
      - name: Checkout code
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
| 
						 | 
				
			
			@ -42,15 +42,15 @@ jobs:
 | 
			
		|||
        include:
 | 
			
		||||
          - package: deber
 | 
			
		||||
            repo: dawidd6/deber
 | 
			
		||||
            ref: v1.0.0
 | 
			
		||||
            ref: refs/tags/v1.0.0
 | 
			
		||||
          - package: lazygit
 | 
			
		||||
            repo: dawidd6/lazygit-debian
 | 
			
		||||
            ref: ubuntu/0.16.2-1
 | 
			
		||||
            ref: refs/tags/ubuntu/0.16.2-1
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout package
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
        with:
 | 
			
		||||
          repo: ${{matrix.repo}}
 | 
			
		||||
          repository: ${{matrix.repo}}
 | 
			
		||||
          ref: ${{matrix.ref}}
 | 
			
		||||
      - name: Checkout code
 | 
			
		||||
        uses: actions/checkout@v2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue