Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <me@wangchucheng.com>2021-04-10 10:02:33 +0300
committerWang Chucheng <me@wangchucheng.com>2021-04-10 10:02:33 +0300
commit1876eb3a8ebdf91b375fab74f369c783fe806f7f (patch)
treee056192e89112992fd1741403abb42698426f1df
parent8e31cae0e4c5b7cc85ff7a79f7c5a9881d11c540 (diff)
chore: use a specific version of git repo sync
-rw-r--r--.github/workflows/git-repo-sync.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/git-repo-sync.yml b/.github/workflows/git-repo-sync.yml
index 0c5df56..d5eeade 100644
--- a/.github/workflows/git-repo-sync.yml
+++ b/.github/workflows/git-repo-sync.yml
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- - uses: wangchucheng/git-repo-sync@main
+ - uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: 'https://gitee.com/wangchucheng/hugo-eureka.git'
target-username: 'wangchucheng'