Skip to content

Commit 00346c3

Browse files
Fix uncrustify bot command - disable install prompt (#819)
* fix uncrustify run command * test uncrustify * Revert "test uncrustify" This reverts commit f660ab4. * removing apt-get prompt while installing git
1 parent 5458374 commit 00346c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uncrustify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
repository: ${{ steps.upstreamrepo.outputs.RemoteRepo }}
3636
ref: ${{ steps.upstreambranch.outputs.branchname }}
3737
- name: Install Uncrustify and Git
38-
run: apt-get update && apt-get install uncrustify git-all
38+
run: apt-get update && apt-get --assume-yes install uncrustify git
3939
- name: Run Uncrustify
4040
run: |
4141
uncrustify --version

0 commit comments

Comments
 (0)