Skip to content

Commit 81dc974

Browse files
committed
test: branch-names 액션 테스트 구현
#31
1 parent b81e978 commit 81dc974

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ jobs:
133133
uses: tj-actions/branch-names@v8
134134

135135
- name: 현재 워킹 브랜치를 확인한다
136-
run: echo "${{ steps.branch-names.outputs.current_branch }}"
136+
run: echo "TAG=$(echo '${{ steps.branch-name.outputs.current_branch }}')" >> $GITHUB_ENV
137+
138+
- name: echo current branch name
139+
run: echo "current branch name - ${{ env.TAG }}"
137140

138141
- name: 현재 working branch name을 검사한다
139142
if: steps.branch-names.outputs.current_branch != 'feature/31-cd-process'

0 commit comments

Comments
 (0)