Skip to content

Commit

Permalink
Copy GEMFILE env var over to license check
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 13, 2024
1 parent 0713f3d commit 92cafb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby-gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ runs:
shell: 'bash'
run: 'bundle exec rake'
- uses: ralexander-phi/license_approval@master
env:
BUNDLE_GEMFILE: '${{ inputs.gemfile }}'
with:
working_directory: '${{ inputs.workdir }}'
extra_flags: --enabled-package-managers=bundler

0 comments on commit 92cafb0

Please sign in to comment.