Skip to content

Commit 3376be2

Browse files
committed
Fix script extension in issue creation workflow to use TypeScript
1 parent dede9e0 commit 3376be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
GITHUB_REPO_OWNER: ${{ github.repository_owner }}
5050
GITHUB_REPO_NAME: ${{ github.event.repository.name }}
51-
run: npx tsx create-issue-assigned-to-copilot.py "${{ inputs.title }}"
51+
run: npx tsx create-issue-assigned-to-copilot.ts "${{ inputs.title }}"
5252
working-directory: .github/scripts

0 commit comments

Comments
 (0)