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 3633b38 commit 99028baCopy full SHA for 99028ba
.github/workflows/test-and-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
java: [8, 11]
21
steps:
22
- name: Checkout sendgrid-java
23
- - uses: actions/checkout@v2
+ uses: actions/checkout@v2
24
25
- name: Run Unit Tests
26
run: make test-docker version=${{ matrix.java }}
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
34
35
36
37
- name: Set up Sonatype Maven
38
uses: actions/setup-java@v2
0 commit comments