Skip to content

Commit 4140e50

Browse files
committed
[INFRA] Update debian cron to use correct branch and repo
For workflow dispatches on forks
1 parent 1b48a86 commit 4140e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron_debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: source_package
3838
run: |
3939
mkdir source && cd source
40-
git clone --depth 1 https://github.com/seqan/seqan3.git
40+
git clone --depth 1 --branch "${{ github.ref_name }}" https://github.com/${{ github.repository }}.git
4141
mkdir package && cd package
4242
cmake ../seqan3
4343
make package_source

0 commit comments

Comments
 (0)