Skip to content

Commit cbe0326

Browse files
committed
fix: no auto correct
1 parent 5ab2e6c commit cbe0326

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/provider-agents-scanning.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,7 @@ jobs:
5555
with:
5656
source: ${{ matrix.provider-agent.dir }}/${{ matrix.provider-agent.file }}
5757
style: llvm
58-
inplace: True
59-
60-
- uses: EndBug/add-and-commit@v9
61-
with:
62-
message: 'fix: action - committing clang-format changes'
63-
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
inplace: False
6559

6660
- name: cppcheck scan ${{ matrix.provider-agent.file }}
6761
if: steps.changed.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)