Skip to content

Commit 8f29cf4

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
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:
1010
# At 00:00 UTC.
1111
- cron: '00 10 * * Mon,Thu'
1212
repository_dispatch:
13-
types: update-dependencies
13+
types: update-dependencies-develop
1414

1515
jobs:
1616
update-dependencies:
@@ -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)