Skip to content

Touch README to trigger push #1

Touch README to trigger push

Touch README to trigger push #1

Workflow file for this run

on:
push:
pull_request_target:
jobs:
move-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olivr/[email protected]
with:
ssh_key: ${{ secrets.GH_SSH_BOT }}
access_token: ${{ secrets.GH_TOKEN_BOT }}
sot_repo: rgoj/nx-copybara
destination_repo: rgoj/nx-copybara-copy
push_include: '.github/workflows/build-pr.yml .github/workflows/move-code.yml apps/blog*/** libs/** externals/blog/** tools/** .*rc .*ignore *.json *.js *.lock'
push_exclude: 'nx.json tsconfig.base.json workspace.json'
pr_move: |
nx.json||externals/blog/nx.json
tsconfig.base.json||externals/blog/tsconfig.base.json
workspace.json||externals/blog/workspace.json