From 5f85b1c6ee17463c2ae2b73ae76185313800f601 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 8 Apr 2024 16:02:22 -0700 Subject: [PATCH] Update update-dotnet-install-script.yml --- .github/workflows/update-dotnet-install-script.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dotnet-install-script.yml b/.github/workflows/update-dotnet-install-script.yml index 85a9ea4d8..3394e8798 100644 --- a/.github/workflows/update-dotnet-install-script.yml +++ b/.github/workflows/update-dotnet-install-script.yml @@ -39,7 +39,7 @@ jobs: # Add / update and commit git add src/dotnet/scripts/vendor/dotnet-install.sh - git add src/dotnet/scripts/vendor/dotnet-install.sh + git add src/oryx/scripts/vendor/dotnet-install.sh git commit -m 'Automated dotnet-install script update' || export NO_UPDATES=true