From 375df708fa86300947b20fafa37695594202c614 Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 15 Mar 2022 12:51:21 +0000 Subject: [PATCH] Work CI-CD - Update github action to perform automated dependency updates. --- .github/workflows/update-dependencies.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index f1ba5ff..bcba824 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -28,10 +28,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: - path: main + path: main + ref: master - name: Update dependencies uses: nanoframework/nanodu@v1 with: solutionsToCheck: 'amqp-nanoFramework.sln' workingDirectory: main - branchToPr: ${{ env.BRANCH_NAME }} + branchToPr: master