mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-20 05:40:03 +02:00
branch name
This commit is contained in:
parent
382924fd00
commit
d1e291d583
@ -15,7 +15,9 @@ jobs:
|
||||
steps:
|
||||
# - uses: actions/checkout@v4
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user