Skip to content

Commit 59cfeca

Browse files
committed
Work CI-CD
- Fix parameter name. - Update action name. ***NO_CI***
1 parent 956dcbe commit 59cfeca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.
55

6-
name: Daily update dependencies
6+
name: Daily update dependencies (develop)
77

88
on:
99
schedule:
@@ -19,6 +19,6 @@ jobs:
1919
secrets: inherit
2020
with:
2121
solutionsToCheck: 'nanoFramework.Runtime.Native.sln'
22-
usePreview: true
22+
previewPackages: true
2323
branchToPr: 'develop'
2424

0 commit comments

Comments
 (0)