Skip to content

Commit

Permalink
πŸ“ [docs] Git Action μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
syss220211 authored Jun 5, 2024
1 parent 9ecc10c commit 81311f7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/create_branch.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Create Issue Branch
on:
issues:
types: [ assigned ]
# 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 }}
# 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 }}

0 comments on commit 81311f7

Please sign in to comment.