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.
2 parents 805be49 + 59cfeca commit b8343f9Copy full SHA for b8343f9
.github/workflows/update-dependencies-develop.yml
@@ -3,7 +3,7 @@
3
4
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.
5
6
-name: Daily update dependencies
+name: Daily update dependencies (develop)
7
8
on:
9
schedule:
@@ -19,6 +19,6 @@ jobs:
19
secrets: inherit
20
with:
21
solutionsToCheck: 'nanoFramework.Runtime.Native.sln'
22
- usePreview: true
+ previewPackages: true
23
branchToPr: 'develop'
24
0 commit comments