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 f8587d4 commit 3e3c04fCopy full SHA for 3e3c04f
.github/workflows/update-jmxfetch-submodule.yaml
@@ -43,8 +43,7 @@ jobs:
43
run: |
44
git config user.name "github-actions[bot]"
45
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"
+ git commit --message "feat(ci): Update agent-jmxfetch submodule" dd-java-agent/agent-jmxfetch/integrations-core
48
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
49
- name: Push changes
50
uses: DataDog/commit-headless@1186485b788f57eedaaadb19919781698b4d262f # action/v1.0.0
0 commit comments