You've already forked helm-actions
							
							chore(ci): update apt packages and proceed installation non-interactively
This commit is contained in:
		@@ -11,5 +11,5 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4.2.2
 | 
					      - uses: actions/checkout@v4.2.2
 | 
				
			||||||
      - run: apt install shellcheck
 | 
					      - run: apt update --yes && apt install --yes shellcheck
 | 
				
			||||||
      - run: find . -type f -name "*.sh" -exec shellcheck -a {} \;
 | 
					      - run: find . -type f -name "*.sh" -exec shellcheck -a {} \;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user