Skip to content

Commit ab7fbb0

Browse files
authored
Merge pull request #102 from trocco-io/fix-gem-push-forgot-to-checkout
Fix gem-push pipeline by adding checkout step
2 parents 3cbb6c7 + fd7db94 commit ab7fbb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gem-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v4
1314
- name: Set up JDK 1.8
1415
uses: actions/setup-java@v4
1516
with:

0 commit comments

Comments
 (0)