We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab2e6c commit cbe0326Copy full SHA for cbe0326
.github/workflows/provider-agents-scanning.yaml
@@ -55,13 +55,7 @@ jobs:
55
with:
56
source: ${{ matrix.provider-agent.dir }}/${{ matrix.provider-agent.file }}
57
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 }}
+ inplace: False
65
66
- name: cppcheck scan ${{ matrix.provider-agent.file }}
67
if: steps.changed.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'
0 commit comments