Skip to content

Fix:Server 리팩토링 추가 #30

Fix:Server 리팩토링 추가

Fix:Server 리팩토링 추가 #30

Workflow file for this run

# https://github.com/marketplace/actions/create-pr-from-one-branch-against-another-branch
name: upmerge
on: [push]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Create PR
uses: poorva17/create-pr-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HEAD_BRANCH: main
BASE_BRANCH: dev