We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c7b11 commit 191ff0eCopy full SHA for 191ff0e
.github/actions/transition/action.yml
@@ -5,7 +5,7 @@ name: Transition
5
runs:
6
steps:
7
- uses: ./.github/actions/prepare
8
- - run: pnpx create-typescript-app
+ - run: npx create-typescript-app
9
shell: bash
10
- id: auto-commit-action
11
uses: stefanzweifel/git-auto-commit-action@v5
@@ -19,7 +19,7 @@ runs:
19
with:
20
issue: ${{ github.event.pull_request.number }}
21
message: >-
22
- 🤖 Beep boop! I ran `pnpx create-typescript-app` and it updated some
+ 🤖 Beep boop! I ran `npx create-typescript-app` and it updated some
23
files.
24
25
I went ahead and checked those changes into this PR for you. Please
0 commit comments