Skip to content

Commit c84feb0

Browse files
csvirimetacosm
authored andcommitted
fix refs
1 parent fc610cb commit c84feb0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pr-fabric8-snapshot-daily.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
java: [ 11, 17 ]
6060
steps:
6161
- uses: actions/checkout@v3
62+
with:
63+
ref: fabric8-next-version
6264
- name: Set up Java and Maven
6365
uses: actions/setup-java@v3
6466
with:

.github/workflows/snapshot-releases-fabric8-snapshot-daily.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
needs: test
3232
steps:
3333
- uses: actions/checkout@v3
34+
with:
35+
ref: fabric8-next-version
3436
- name: Set up Java and Maven
3537
uses: actions/setup-java@v3
3638
with:

0 commit comments

Comments
 (0)