Skip to content

Commit 3e3c04f

Browse files
committed
Clean jmxfetch submodule workflow
1 parent f8587d4 commit 3e3c04f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-jmxfetch-submodule.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
run: |
4444
git config user.name "github-actions[bot]"
4545
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
46-
git add dd-java-agent/agent-jmxfetch/integrations-core
47-
git commit -m "Update agent-jmxfetch submodule"
46+
git commit --message "feat(ci): Update agent-jmxfetch submodule" dd-java-agent/agent-jmxfetch/integrations-core
4847
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
4948
- name: Push changes
5049
uses: DataDog/commit-headless@1186485b788f57eedaaadb19919781698b4d262f # action/v1.0.0

0 commit comments

Comments
 (0)