Skip to content

Commit 27b0175

Browse files
committed
fix: GitHub Actions build-test.yml 줄바꿈으로 발생하는 에러 맞추기
1 parent 1b007ea commit 27b0175

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check source branch for main PR
13-
if: github.base_ref == 'main' && github.head_ref != 'develop'
14-
run: |
15-
echo "PRs to main branch are only allowed from develop branch"
16-
exit 1
13+
if: github.base_ref == 'main' && github.head_ref != 'develop'
14+
run: |
15+
echo "PRs to main branch are only allowed from develop branch"
16+
exit 1
1717
1818
- name: Checkout your repository using git
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)