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 bee1bf1 commit d7db51b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,13 @@ inputs:
description: 'Organization name'
required: true
runs:
using: 'node20'
main: 'index.ts'
using: 'composite'
steps:
- name: Run TypeScript file
run: tsx ./index.ts
env:
INPUT_BODY: ${{ inputs.body }}
INPUT_ISSUENUMBER: ${{ inputs.issueNumber }}
INPUT_SENDER: ${{ inputs.sender }}
INPUT_REPO: ${{ inputs.repo }}
INPUT_ORG: ${{ inputs.org }}

0 comments on commit d7db51b

Please sign in to comment.