Skip to content

Commit 99028ba

Browse files
author
childish-sambino
authored
fix: correct workflow
1 parent 3633b38 commit 99028ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java: [8, 11]
2121
steps:
2222
- name: Checkout sendgrid-java
23-
- uses: actions/checkout@v2
23+
uses: actions/checkout@v2
2424

2525
- name: Run Unit Tests
2626
run: make test-docker version=${{ matrix.java }}
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout sendgrid-java
35-
- uses: actions/checkout@v2
35+
uses: actions/checkout@v2
3636

3737
- name: Set up Sonatype Maven
3838
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)