Skip to content

Commit a469d42

Browse files
committed
add working space
1 parent fd45fa0 commit a469d42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/update-lockfiles/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: 'Update Lockfiles'
2-
description: 'Force restore and commit updated NuGet lock files for Dependabot NuGet PRs'
2+
description: 'Force restore and commit updated NuGet lock files for Dependabot PRs'
33

44
runs:
55
using: 'composite'
66
steps:
77
- name: Force restore
88
shell: bash
9-
run: dotnet restore --force-evaluate
9+
run: |
10+
echo "work space: $GITHUB_WORKSPACE"
11+
dotnet restore --force-evaluate
1012
1113
- name: Commit and Push Changes
1214
shell: bash

0 commit comments

Comments
 (0)