We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1e0f1b + 02268a2 commit a2d79eaCopy full SHA for a2d79ea
.github/workflows/main.yml
@@ -58,10 +58,10 @@ jobs:
58
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
59
steps:
60
- uses: actions/checkout@v2
61
- - name: Set up Ruby 2.7
62
- uses: ruby/setup-ruby@v1
+ - name: Set up JDK 1.8
+ uses: actions/setup-java@v1
63
with:
64
- ruby-version: 2.7
+ java-version: 1.8
65
- name: push gem
66
uses: trocco-io/push-gem-to-gpr-action@v1
67
0 commit comments