branch name
Some checks failed
Build on RHEL8 / build (push) Failing after 1s
Build on RHEL9 / build (push) Has been cancelled

This commit is contained in:
froejdh_e 2025-04-10 08:59:11 +02:00
parent 382924fd00
commit d1e291d583

View File

@ -15,7 +15,9 @@ jobs:
steps: steps:
# - uses: actions/checkout@v4 # - uses: actions/checkout@v4
- name: Clone repository - name: Clone repository
run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git . run: |
echo Cloning {{ github.ref_name }}
git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git --branch={{ github.ref_name }} .
- name: Install dependencies - name: Install dependencies