Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rickselby committed Jul 18, 2022
1 parent 3111939 commit 2c0ef10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bundle-update-shared/action.yml
Expand Up @@ -28,6 +28,9 @@ runs:
with:
bundler-cache: true
working-directory: ${{ inputs.working-directory }}
# Fix for https://github.com/peter-evans/create-pull-request/issues/1170
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
shell: bash
- run: bundle config --local deployment false
if: ${{ inputs.container == 'false' }}
shell: bash
Expand Down

0 comments on commit 2c0ef10

Please sign in to comment.