File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
upstream_repo :
10
10
description : " Upstream linkml repository to test against"
11
11
required : true
12
- default : " iQuxLE /linkml"
12
+ default : " linkml /linkml"
13
13
upstream_branch :
14
14
description : " Upstream linkml branch to test against"
15
15
required : true
16
- default : " migrate-to-uv "
16
+ default : " main "
17
17
18
18
jobs :
19
19
test_upstream :
52
52
echo $UPSTREAM_BRANCH
53
53
54
54
if [[ -z "$UPSTREAM_BRANCH" ]]; then
55
- echo "Using migrate-to-uv as default"
56
- UPSTREAM_BRANCH="migrate-to-uv "
55
+ echo "Using main as default"
56
+ UPSTREAM_BRANCH="main "
57
57
fi
58
58
59
59
UPSTREAM_REPO=$( \
67
67
echo $UPSTREAM_REPO
68
68
69
69
if [[ -z "$UPSTREAM_REPO" ]]; then
70
- echo "Using iQuxLE /linkml as default"
71
- UPSTREAM_REPO="iQuxLE /linkml"
70
+ echo "Using linkml /linkml as default"
71
+ UPSTREAM_REPO="linkml /linkml"
72
72
fi
73
73
74
74
echo "upstream_branch=$UPSTREAM_BRANCH" >> "$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments