Skip to content

Commit 11b402e

Browse files
committed
print github.workspace
1 parent 0e07984 commit 11b402e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Restore dependencies
4040
run: |
4141
echo "work space: $GITHUB_WORKSPACE"
42-
echo "{{ github.workspace }}"
42+
echo "github.workspace: ${{ github.workspace }}"
4343
dotnet restore --locked-mode --packages "$GITHUB_WORKSPACE/../.nuget"
4444
4545
- name: Build

0 commit comments

Comments
 (0)