Skip to content

Commit d44ca8e

Browse files
committed
v2.26.0 e7b46ae
1 parent c52d1fa commit d44ca8e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ The absolute path of the MSYS2 installation location. Example: `D:\a\_temp\msys6
241241
```yaml
242242
- uses: msys2/setup-msys2@v2
243243
id: msys2
244-
- run: echo '${{ steps.msys2.outputs.msys2-location }}'
244+
- env:
245+
MSYS2_LOCATION: ${{ steps.msys2.outputs.msys2-location }}
246+
run: echo "$env:MSYS2_LOCATION"
245247
```
246248

247249
Available since v2.24.1

index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)