Skip to content

Commit 04ea047

Browse files
committed
Delete ghcommit download
1 parent 17d121b commit 04ea047

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/update-docker-build-image.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ jobs:
5858
else
5959
echo "commit_changes=true" >> "$GITHUB_OUTPUT"
6060
fi
61-
- name: Download ghcommit CLI
62-
if: steps.check-changes.outputs.commit_changes == 'true'
63-
run: |
64-
curl https://github.com/planetscale/ghcommit/releases/download/v0.1.48/ghcommit_linux_amd64 -o /usr/local/bin/ghcommit -L
65-
chmod +x /usr/local/bin/ghcommit
6661
- name: Pick a branch name
6762
if: steps.check-changes.outputs.commit_changes == 'true'
6863
id: define-branch

0 commit comments

Comments
 (0)