Skip to content

Merge pull request #27 from codeit-maso/feature/jeon #6

Merge pull request #27 from codeit-maso/feature/jeon

Merge pull request #27 from codeit-maso/feature/jeon #6

Workflow file for this run

name: Sync Fork
on:
push:
branches:
- main
- develop
permissions:
contents: write
jobs:
sync-fork:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Push to fork
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.FORK_TOKEN }}
repository: LeeCh0129/Rolling
branch: ${{ github.ref_name }}