mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
fix: prefix configuration file with GitHub workspace dir
This should make the absolulte path of the source to copy.
This commit is contained in:
parent
f0979c4982
commit
26124b07e4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
configurationFile="${1}"
|
||||
|
||||
cp "${configurationFile}" '/usr/src/app/config.js'
|
||||
cp "${GITHUB_WORKSPACE}/${configurationFile}" '/usr/src/app/config.js'
|
||||
|
||||
# Run Renovate.
|
||||
node /usr/src/app/dist/renovate.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue