Skip to content

fix: support HTTPArtifact as input artifact #1347

fix: support HTTPArtifact as input artifact

fix: support HTTPArtifact as input artifact #1347

Workflow file for this run

name: Sync to Gitee Repo
on: [ push, delete, create ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
git-mirror:
if: github.repository_owner == 'deepmodeling'
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
ORGANIZATION: deepmodeling
SSH_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }}
with:
source-repo: "https://github.com/deepmodeling/dflow.git"
destination-repo: "git@gitee.com:deepmodeling/dflow.git"