Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Update update git action.

***NO_CI***
  • Loading branch information
josesimoes authored Jan 10, 2022
1 parent 61d0779 commit f892e4b
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,12 @@ jobs:
name: Update .NET nanoFramework dependencies
timeout-minutes: 15
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
path: main
- name: Checkout tools repo
uses: actions/checkout@v2.3.1
with:
repository: nanoframework/nf-tools
path: tools
uses: actions/checkout@v2
- name: Update dependencies
run: ./github-actions/update-nf-dependencies.ps1
working-directory: tools
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
if: env.CREATE_PR == 'true'
uses: nanoframework/nanodu@v1
with:
title: '${{ env.PR_TITLE }}'
body: |
${{ env.PR_MESSAGE }}
[version update]
### :warning: This is an automated update. :warning:
committer: 'nfbot <dependencybot@nanoframework.net>'
branch: ${{ env.BRANCH_NAME }}
path: main
labels: |
Type: dependencies
solutionsToCheck: 'nanoFramework.System.Device.I2c.sln'

0 comments on commit f892e4b

Please sign in to comment.