We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81e978 commit 81dc974Copy full SHA for 81dc974
.github/workflows/cd.yml
@@ -133,7 +133,10 @@ jobs:
133
uses: tj-actions/branch-names@v8
134
135
- name: 현재 워킹 브랜치를 확인한다
136
- run: echo "${{ steps.branch-names.outputs.current_branch }}"
+ 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 }}"
140
141
- name: 현재 working branch name을 검사한다
142
if: steps.branch-names.outputs.current_branch != 'feature/31-cd-process'
0 commit comments