Skip to content

Commit 191ff0e

Browse files
actually npx
1 parent c9c7b11 commit 191ff0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/actions/transition/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Transition
55
runs:
66
steps:
77
- uses: ./.github/actions/prepare
8-
- run: pnpx create-typescript-app
8+
- run: npx create-typescript-app
99
shell: bash
1010
- id: auto-commit-action
1111
uses: stefanzweifel/git-auto-commit-action@v5
@@ -19,7 +19,7 @@ runs:
1919
with:
2020
issue: ${{ github.event.pull_request.number }}
2121
message: >-
22-
🤖 Beep boop! I ran `pnpx create-typescript-app` and it updated some
22+
🤖 Beep boop! I ran `npx create-typescript-app` and it updated some
2323
files.
2424
2525
I went ahead and checked those changes into this PR for you. Please

0 commit comments

Comments
 (0)