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
Update action.yml
  • Loading branch information
matiasalbarello committed Sep 11, 2021
commit 62e8671d65c738c079fba4ceaab6a73965174180
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ runs:
with:
ruby-version: 2.7 # Not needed with a .ruby-version file
- run: bundle install
shell: bash
- run: ruby entrypoint.rb
shell: bash
env:
Expand Down