Skip to content

Commit

Permalink
fix refs
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri committed Jun 13, 2023
1 parent f909f48 commit f2ea0c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-fabric8-snapshot-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
java: [ 11, 17 ]
steps:
- uses: actions/checkout@v3
with:
ref: fabric8-next-version
- name: Set up Java and Maven
uses: actions/setup-java@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
needs: test
steps:
- uses: actions/checkout@v3
with:
ref: fabric8-next-version
- name: Set up Java and Maven
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit f2ea0c3

Please sign in to comment.