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 272bd51 + ae877da commit 86f4996Copy full SHA for 86f4996
.github/workflows/main.yml
@@ -45,10 +45,10 @@ jobs:
45
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.ref, 'refs/tags/') }}
46
steps:
47
- uses: actions/checkout@v2
48
- - name: Set up Ruby 2.7
49
- uses: ruby/setup-ruby@v1
+ - name: Set up JDK 1.8
+ uses: actions/setup-java@v1
50
with:
51
- ruby-version: 2.7
+ java-version: 1.8
52
- name: push gem
53
uses: trocco-io/push-gem-to-gpr-action@v1
54
0 commit comments