Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng authored Feb 27, 2024
1 parent bb68d42 commit 8e20cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
using: 'composite'
steps:
- name: Run TypeScript file
run: tsx ./index.ts
run: npx tsx ./index.ts
shell: bash
env:
INPUT_BODY: ${{ inputs.body }}
Expand Down

0 comments on commit 8e20cb6

Please sign in to comment.