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.
1 parent f9dc1a0 commit 02268a2Copy full SHA for 02268a2
.github/workflows/main.yml
@@ -56,10 +56,10 @@ jobs:
56
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
57
steps:
58
- uses: actions/checkout@v2
59
- - name: Set up Ruby 2.7
60
- uses: ruby/setup-ruby@v1
+ - name: Set up JDK 1.8
+ uses: actions/setup-java@v1
61
with:
62
- ruby-version: 2.7
+ java-version: 1.8
63
- name: push gem
64
uses: trocco-io/push-gem-to-gpr-action@v1
65
0 commit comments