File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,14 @@ jobs:
21
21
# Test this script using changes in a fork
22
22
repository : ' dotnet/aspnetcore'
23
23
path : aspnetcore
24
+ ref : release/5.0
24
25
- name : Checkout runtime
25
26
uses : actions/checkout@v2.0.0
26
27
with :
27
28
# Test this script using changes in a fork
28
29
repository : ' dotnet/runtime'
29
30
path : runtime
31
+ ref : release/5.0-rc1
30
32
- name : Copy
31
33
shell : cmd
32
34
working-directory : .\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\
65
67
title : ' Sync shared code from runtime'
66
68
body : ' This PR was automatically generated to sync shared code changes from runtime. Fixes #18943'
67
69
labels : area-servers
70
+ base : release/5.0
68
71
branch : github-action/sync-runtime
69
72
branch-suffix : timestamp
You can’t perform that action at this time.
0 commit comments