refactor!: rename docker-cmd-file to docker-entrypoint-file

BREAKING CHANGE: input parameter `docker-cmd-file` is now `docker-entrypoint-file`
This commit is contained in:
Jan Gazda 2024-10-03 22:56:36 +02:00
parent b67a7b41a9
commit 2b7c66105e
No known key found for this signature in database
GPG key ID: 9637E36DAE206061
5 changed files with 18 additions and 17 deletions

View file

@ -43,9 +43,9 @@ inputs:
Only applicable when 'mount-docker-socket' is true.
required: false
default: /var/run/docker.sock
docker-cmd-file:
docker-entrypoint-file:
description: |
Override docker command. Default command is `renovate`
Override docker docker entrypoint. Use with `docker-user: root`. See the example for usage.
required: false
docker-network:
description: |