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 cdb3cbd commit 90408c0Copy full SHA for 90408c0
.github/workflows/runtime-sync.yml
@@ -21,12 +21,14 @@ jobs:
21
# Test this script using changes in a fork
22
repository: 'dotnet/aspnetcore'
23
path: aspnetcore
24
+ ref: release/5.0
25
- name: Checkout runtime
26
uses: actions/[email protected]
27
with:
28
29
repository: 'dotnet/runtime'
30
path: runtime
31
+ ref: release/5.0-rc1
32
- name: Copy
33
shell: cmd
34
working-directory: .\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\
@@ -65,5 +67,6 @@ jobs:
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'
69
labels: area-servers
70
+ base: release/5.0
71
branch: github-action/sync-runtime
72
branch-suffix: timestamp
0 commit comments