Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/extend compatibility by using composite #48

Merged
Prev Previous commit
Next Next commit
Update action.yml
  • Loading branch information
matiasalbarello committed Sep 11, 2021
commit c23054c135c5171a9ac78371d49fad3227270136
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ runs:
with:
ruby-version: 2.7 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: |
cd ${{ github.action_path }}
ruby ./entrypoint.rb
- run: ruby entrypoint.rb
shell: bash
env:
ALLOWED_CONCLUSIONS: ${{ inputs.allowed-conclusions }}
Expand Down