mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-02-15 15:58:44 +01:00
Compare commits
2 Commits
0605857b73
...
b5dbaea2f0
Author | SHA1 | Date | |
---|---|---|---|
|
b5dbaea2f0 | ||
|
00c304b79b |
6
.github/workflows/build_app.yml
vendored
6
.github/workflows/build_app.yml
vendored
@ -19,13 +19,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone Repository (Latest)
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
with:
|
||||
repository: 'mihonapp/mihon'
|
||||
fetch-depth: 0
|
||||
if: github.event.inputs.git-ref == ''
|
||||
- name: Clone Repository (Custom Ref)
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
if: github.event.inputs.git-ref != ''
|
||||
with:
|
||||
repository: 'mihonapp/mihon'
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
ref: ${{ github.event.inputs.git-ref }}
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
|
||||
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: adopt
|
||||
|
Loading…
x
Reference in New Issue
Block a user