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.
1 parent 519d86f commit 186f10dCopy full SHA for 186f10d
.github/workflows/update-dependencies.yml
@@ -12,21 +12,11 @@ on:
12
repository_dispatch:
13
types: update-dependencies
14
15
-defaults:
16
- run:
17
- shell: pwsh
18
-
19
jobs:
20
- update-dotnet-preview:
21
- name: Update .NET nanoFramework dependencies
22
- timeout-minutes: 15
23
- runs-on: windows-latest
24
- env:
25
- GITHUB_TOKEN: ${{ github.token }}
26
- steps:
27
- - name: Checkout
28
- uses: actions/checkout@v2
29
- - name: Update dependencies
30
- uses: nanoframework/nanodu@v1
31
- with:
32
- solutionsToCheck: 'nanoFramework.MagicBit.sln'
+ update-dependencies:
+ name: nanoFramework
+ uses: nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main
+ with:
+ solutionsToCheck: 'nanoFramework.MagicBit.sln'
+ secrets:
+ githubAuth: ${{ secrets.NFBOT_GITHUB_ACTIONS }}
0 commit comments