We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a883939 commit 021a801Copy full SHA for 021a801
1 file changed
.github/workflows/pro_selfhosted_beta.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Add PRO implementation
41
run: |
42
- git clone https://${{ secrets.GH_TOKEN }}@github.com/semaphoreui/semaphorepro-module.git pro_impl
+ git clone -b 2-17-stable https://${{ secrets.GH_TOKEN }}@github.com/semaphoreui/semaphorepro-module.git pro_impl
43
go work init . ./pro_impl
44
45
- name: Install deps
0 commit comments