There was an error while loading. Please reload this page.
1 parent 6447627 commit 6592b8dCopy full SHA for 6592b8d
1 file changed
.github/workflows/update-release-branch.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
echo SOURCE_BRANCH=${REF_NAME}
71
echo TARGET_BRANCH=releases/${MAJOR_VERSION}
72
- python .github/update-release-branch.py \
+ npx tsx ./pr-checks/update-release-branch.ts \
73
--repository-nwo ${{ github.repository }} \
74
--source-branch '${{ env.REF_NAME }}' \
75
--target-branch 'releases/${{ env.MAJOR_VERSION }}' \
@@ -113,7 +113,7 @@ jobs:
113
114
echo SOURCE_BRANCH=${SOURCE_BRANCH}
115
echo TARGET_BRANCH=${TARGET_BRANCH}
116
117
118
--source-branch ${SOURCE_BRANCH} \
119
--target-branch ${TARGET_BRANCH} \
0 commit comments