From 24f26e7b6abfed1b4c0059093a35e1b304a00740 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Tue, 18 Aug 2020 18:25:51 -0700 Subject: [PATCH] React to runtime release branch rename (#25026) --- .github/workflows/runtime-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runtime-sync.yml b/.github/workflows/runtime-sync.yml index 41044d30ee..03e7e8f9d6 100644 --- a/.github/workflows/runtime-sync.yml +++ b/.github/workflows/runtime-sync.yml @@ -28,7 +28,7 @@ jobs: # Test this script using changes in a fork repository: 'dotnet/runtime' path: runtime - ref: release/5.0-rc1 + ref: release/5.0 - name: Copy shell: cmd working-directory: .\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\