Skip to content

Commit 0f36217

Browse files
authored
Update docs-commit.translate.yaml
1 parent 28d99ff commit 0f36217

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docs-commit.translate.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ jobs:
3333
run: |
3434
echo "files=$(git diff --diff-filter=d --name-only HEAD^ HEAD | grep '\.md$' | grep -v 'cn' | sed -e 's/^/.\//' | tr '\n' ' ')" >> $GITHUB_OUTPUT
3535
36-
- name: Set up branch for PR
37-
run: |
38-
BRANCH_NAME="translate-${{ github.run_id }}"
39-
git checkout -b $BRANCH_NAME
40-
git push -u origin $BRANCH_NAME
41-
4236
- name: Run GPT Translate
4337
uses: BohuTANG/[email protected]
4438
with:

0 commit comments

Comments
 (0)