Skip to content

Geo service integration (#9) #10

Geo service integration (#9)

Geo service integration (#9) #10

Workflow file for this run

name: Move code
on:
push:
pull_request_target:
jobs:
move-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: olivr/copybara-action@v1.2.4
with:
ssh_key: ${{ secrets.SSH_KEY }}
access_token: ${{ secrets.GH_TOKEN }}
sot_repo: WMS-DEV/usos4j-internal
destination_repo: WMS-DEV/usos4j
committer: WMS_BOT <kontakt@wmsdev.pl>