We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779283a commit 648c8d5Copy full SHA for 648c8d5
1 file changed
.github/workflows/update-dotnet-install-script.yml
@@ -39,7 +39,7 @@ jobs:
39
40
# Add / update and commit
41
git add src/dotnet/scripts/vendor/dotnet-install.sh
42
- git add src/dotnet/scripts/vendor/dotnet-install.sh
+ git add src/oryx/scripts/vendor/dotnet-install.sh
43
44
git commit -m 'Automated dotnet-install script update' || export NO_UPDATES=true
45
0 commit comments