[ZEA-5] 화면 내비게이션 구성 #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Issue Branch | |
on: | |
issues: | |
types: [ assigned ] | |
jobs: | |
create_issue_branch_job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Create Branch From Issue | |
uses: robvanderleek/create-issue-branch@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
- name: Echo branch name | |
run: echo ${{ steps.Create_Issue_Branch.outputs.branchName }} |