mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
Update ci.yml
move to checkout action
This commit is contained in:
parent
9039dda0ee
commit
7ec40c25f8
1 changed files with 5 additions and 7 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -20,6 +20,8 @@ on:
|
|||
branches:
|
||||
- dev
|
||||
- master
|
||||
- extended
|
||||
- '**-feature-**'
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'doc/**'
|
||||
|
@ -36,13 +38,9 @@ jobs:
|
|||
permissions: write-all
|
||||
|
||||
steps:
|
||||
- name: Checkout branch "${{ github.ref_name }}"
|
||||
env:
|
||||
BRANCH: ${{ github.ref_name }}
|
||||
run: |
|
||||
git clone --no-checkout https://github.com/MaintainTeam/LastPipeBender.git .
|
||||
git checkout --progress --force "$BRANCH"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue