Skip to content

Update pr-test.yaml #218

Update pr-test.yaml

Update pr-test.yaml #218

Workflow file for this run

name: sync1
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pawan-59/[email protected]
with:
target-url: 'https://gitee.com/pawan_06d2/test'
target-username: 'pawan_06d2'
target-token: ${{ secrets.GITEE_ACCESS_TOKEN }}