Skip to content

Update README.md

Update README.md #11

name: sync with notionfolio
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:
source-directory: "src/app"
destination-github-username: "mehdibha"
destination-repository-name: "notionfolio"
target-directory: "src/app/[domain]/folio"
user-email: [email protected]
target-branch: dev
create-target-branch-if-needed: true