Skip to content

Commit 2cb9bba

Browse files
committed
add automatic commit
1 parent e752f16 commit 2cb9bba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ 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+
author_name: Clang Robot
63+
author_email: [email protected]
64+
message: 'Committing clang-format changes'
65+
env:
66+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5867

5968
- name: cppcheck scan ${{ matrix.provider-agent.file }} (SARIF)
6069
if: steps.changed.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)