Skip to content

fix: 적용안되는 alias 제거 #17

fix: 적용안되는 alias 제거

fix: 적용안되는 alias 제거 #17

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