Skip to content

Commit 6592b8d

Browse files
committed
Use TS script in workflow
1 parent 6447627 commit 6592b8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
echo SOURCE_BRANCH=${REF_NAME}
7171
echo TARGET_BRANCH=releases/${MAJOR_VERSION}
72-
python .github/update-release-branch.py \
72+
npx tsx ./pr-checks/update-release-branch.ts \
7373
--repository-nwo ${{ github.repository }} \
7474
--source-branch '${{ env.REF_NAME }}' \
7575
--target-branch 'releases/${{ env.MAJOR_VERSION }}' \
@@ -113,7 +113,7 @@ jobs:
113113
run: |
114114
echo SOURCE_BRANCH=${SOURCE_BRANCH}
115115
echo TARGET_BRANCH=${TARGET_BRANCH}
116-
python .github/update-release-branch.py \
116+
npx tsx ./pr-checks/update-release-branch.ts \
117117
--repository-nwo ${{ github.repository }} \
118118
--source-branch ${SOURCE_BRANCH} \
119119
--target-branch ${TARGET_BRANCH} \

0 commit comments

Comments
 (0)