Update ci.yml

move to checkout action
This commit is contained in:
Aliberk Sandıkçı 2025-01-20 21:04:35 +03:00 committed by GitHub
parent 9039dda0ee
commit 7ec40c25f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,8 @@ on:
branches:
- dev
- master
- extended
- '**-feature-**'
paths-ignore:
- 'README.md'
- 'doc/**'
@ -36,12 +38,8 @@ 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