Skip to content

Commit df2bf9e

Browse files
committed
Update the usage of set-output command in GH actions
1 parent 9ead122 commit df2bf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Get npm cache directory
2525
id: npm-cache-dir
2626
run: |
27-
echo "::set-output name=dir::$(npm config get cache)"
27+
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
2828
- uses: actions/cache@v3
2929
id: npm-cache
3030
with:

0 commit comments

Comments
 (0)