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 583e8bd commit 1bd3876Copy full SHA for 1bd3876
.github/workflows/maven-build-example.yml
@@ -19,7 +19,10 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - uses: actions/checkout@v4
+ - name: Checkout current branch
23
+ uses: actions/checkout@v4
24
+ with:
25
+ ref: ${{ github.head_ref || github.ref }} // TODO revert, currently for github build
26
27
- uses: actions/setup-java@v4
28
with:
.github/workflows/maven-build.yml
@@ -15,7 +15,10 @@ jobs:
15
16
17
18
0 commit comments