Skip to content

chore: update error log #200

chore: update error log

chore: update error log #200

Workflow file for this run

name: Sync
on:
push:
branches: [master, main]
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'yanglbme/gitee-pages-action'
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:yanglbme/gitee-pages-action.git
destination-repo: [email protected]:yanglbme/gitee-pages-action.git