Skip to content

Commit

Permalink
Merge pull request #27 from ergon/feature/dope-222-adjust-github-pipe…
Browse files Browse the repository at this point in the history
…line

DOPE-222: Update kotlin_ci.yml
  • Loading branch information
jansigi committed Jun 20, 2024
2 parents f85b4a5 + 579fce6 commit 97f84e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/kotlin_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout target branch
uses: actions/checkout@v3
with:
ref: main
- name: Fetch all branches
run: git fetch origin
- name: Merge head branch into main
run: git merge origin/${{ github.event.pull_request.head.ref }}
- name: set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 97f84e8

Please sign in to comment.