Skip to content

Commit aa98b0e

Browse files
committed
Remove ghcommit entirely
1 parent 6d3d042 commit aa98b0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
- name: Update Submodule
2525
run: |
2626
git submodule update --remote -- dd-java-agent/agent-jmxfetch/integrations-core
27-
- name: Download ghcommit CLI
28-
run: |
29-
curl https://github.com/planetscale/ghcommit/releases/download/v0.1.48/ghcommit_linux_amd64 -o /usr/local/bin/ghcommit -L
30-
chmod +x /usr/local/bin/ghcommit
3127
- name: Pick a branch name
3228
id: define-branch
3329
run: echo "branch=ci/update-jmxfetch-submodule-$(date +'%Y%m%d')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)