Correct Action indentation
Wish it was more clearly indicated that the action was failing anywhere but the actions tab. No notification even, kind of annoying to have actually made a PR to double-check and then still have it fail.
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -56,15 +56,15 @@ jobs:
 | 
			
		||||
      - if: steps.changes.outputs.maven == 'true'
 | 
			
		||||
        name: Approve
 | 
			
		||||
        uses: hmarr/auto-approve-action@v2.0.0
 | 
			
		||||
          with:
 | 
			
		||||
            github-token: "${{ secrets.GITHUB_TOKEN }}"
 | 
			
		||||
        with:
 | 
			
		||||
          github-token: "${{ secrets.GITHUB_TOKEN }}"
 | 
			
		||||
      - if: steps.changes.outputs.maven == 'true'
 | 
			
		||||
        name: Merge
 | 
			
		||||
        uses: pascalgn/automerge-action@v0.15.2
 | 
			
		||||
          env:
 | 
			
		||||
            GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
 | 
			
		||||
            MERGE_LABELS: "dependencies"
 | 
			
		||||
            MERGE_METHOD: "squash"
 | 
			
		||||
        env:
 | 
			
		||||
          GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
 | 
			
		||||
          MERGE_LABELS: "dependencies"
 | 
			
		||||
          MERGE_METHOD: "squash"
 | 
			
		||||
 | 
			
		||||
  release:
 | 
			
		||||
    name: Create Github Release
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user