Skip to content

Commit 03eb716

Browse files
committed
fix: fix env var name
1 parent a699ae7 commit 03eb716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ runs:
5353
run: |
5454
if [ -f pnpm-lock.yaml ]; then
5555
echo "Using PNPM"
56-
echo "name=pnpm" >> $GITHUB_STATE
56+
echo "name=pnpm" >> $GITHUB_OUTPUT
5757
else
5858
echo "Using NPM"
59-
echo "name=npm" >> $GITHUB_STATE
59+
echo "name=npm" >> $GITHUB_OUTPUT
6060
fi
6161
6262
- name: 📦 Setup PNPM

0 commit comments

Comments
 (0)