Skip to content

update README.md

update README.md #4

Workflow file for this run

name: push to zenn
on:
push:
branches: [master]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.GH_PAT }}
with:
source-directory: ja
destination-github-username: Songmu
destination-repository-name: zenn.dev
target-branch: main
target-directory: books/ghq-handbook