Skip to content

Commit

Permalink
fix: use correct working root for running dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
paschdan committed Mar 31, 2021
1 parent a2954b2 commit d8d8141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export PACKAGE_MANAGER=$INPUT_PACKAGE_MANAGER

export UPDATE_PR=$INPUT_UPDATE_PR

pushd /dependabot-script
if [[ -z "$UPDATE_PR" ]]; then
bundle exec ruby ./create_or_update_prs.rb
else
Expand Down

0 comments on commit d8d8141

Please sign in to comment.