mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +00:00
chore: simplify entrypoint
This commit is contained in:
parent
cf76459b4b
commit
f32eee8d20
1 changed files with 2 additions and 2 deletions
|
|
@ -16,5 +16,5 @@ fi
|
|||
#
|
||||
# Mimic the original ENTRYPOINT of the renovate/renovate Docker container. See
|
||||
# the following link for this entry.
|
||||
# https://github.com/renovatebot/renovate/blob/19.175.3/Dockerfile#L220
|
||||
RENOVATE_TOKEN="${TOKEN}" node /usr/src/app/dist/renovate.js
|
||||
# https://github.com/renovatebot/docker-renovate/blob/d3aa0d99931ea7ad7e901a1e538eba0d61268229/Dockerfile#L63
|
||||
RENOVATE_TOKEN="${TOKEN}" renovate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue