Skip to content

chore: change deploy order. (#4441) #1

chore: change deploy order. (#4441)

chore: change deploy order. (#4441) #1

Workflow file for this run

name: Sync Code
on:
push:
branches:
- main
paths:
- staging/src/github.com/labring/**
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run GitHub File Sync
# Can update to v1 when https://github.com/BetaHuhn/repo-file-sync-action/issues/168 is resolved
uses: BetaHuhn/[email protected]
with:
GH_PAT: ${{ secrets.GH_PAT }}
CONFIG_PATH: .github/sync_code.yml
ORIGINAL_MESSAGE: true
SKIP_PR: true
COMMIT_EACH_FILE: false
GIT_EMAIL: "[email protected]"
GIT_USERNAME: "sealos-ci-robot"