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 c1b73fb commit 9ea8195Copy full SHA for 9ea8195
1 file changed
.github/workflows/update-dependencies.yml
@@ -21,6 +21,8 @@ jobs:
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.3.1
@@ -34,19 +36,3 @@ jobs:
34
36
- name: Update dependencies
35
37
run: ./github-actions/update-nf-dependencies.ps1
38
working-directory: tools
- - name: Create Pull Request
- uses: peter-evans/create-pull-request@v3
39
- if: env.CREATE_PR == 'true'
40
- with:
41
- title: '${{ env.PR_TITLE }}'
42
- body: |
43
- ${{ env.PR_MESSAGE }}
44
-
45
- [version update]
46
47
- ### :warning: This is an automated update. :warning:
48
- committer: 'nfbot <dependencybot@nanoframework.net>'
49
- branch: ${{ env.BRANCH_NAME }}
50
- path: main
51
- labels: |
52
- Type: dependencies
0 commit comments