Skip to content

release: update sealos version in install.sh. (#4678) #28

release: update sealos version in install.sh. (#4678)

release: update sealos version in install.sh. (#4678) #28

Workflow file for this run

name: Sync Docs
on:
push:
branches:
- main
paths:
- "*.md"
- docs/4.0/**
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run GitHub File Sync
uses: BetaHuhn/[email protected]
with:
GH_PAT: ${{ secrets.GH_PAT }}
CONFIG_PATH: .github/sync_docs.yml
ORIGINAL_MESSAGE: true
SKIP_PR: true
COMMIT_EACH_FILE: false
GIT_EMAIL: "[email protected]"
GIT_USERNAME: "sealos-ci-robot"