Skip to content

Commit 9ea8195

Browse files
authored
Work CI-CD
- Update github action. ***NO_CI***
1 parent c1b73fb commit 9ea8195

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
name: Update .NET nanoFramework dependencies
2222
timeout-minutes: 15
2323
runs-on: windows-latest
24+
env:
25+
GITHUB_TOKEN: ${{ github.token }}
2426
steps:
2527
- name: Checkout
2628
uses: actions/checkout@v2.3.1
@@ -34,19 +36,3 @@ jobs:
3436
- name: Update dependencies
3537
run: ./github-actions/update-nf-dependencies.ps1
3638
working-directory: tools
37-
- name: Create Pull Request
38-
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

Comments
 (0)