Skip to content

Commit c198fe1

Browse files
committed
fix: ci.yml
1 parent 7c64687 commit c198fe1

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -366,18 +366,8 @@ jobs:
366366
git config --global user.name "GitHub Actions"
367367
368368
- name: Create Test File for PR
369-
run: |
370-
# 테스트 브랜치가 없으면 생성
371-
if ! git rev-parse --verify test &>/dev/null; then
372-
git checkout -b test
373-
else
374-
git checkout test
375-
fi
376-
369+
run: |
377370
echo "Test file for PR dry run - $(date +%s)" > test/pr-dry-run-test.txt
378-
git add test/pr-dry-run-test.txt
379-
git commit -m "Add test file for PR dry run"
380-
git push origin test
381371
382372
- name: Test PR Dry Run (auto_branch false)
383373
uses: ./

0 commit comments

Comments
 (0)