Revision | 4792182568bb77891483e1949c26a7c31fae4bca (tree) |
---|---|
Time | 2022-09-02 19:58:08 |
Author | Fs <Fsu0413@vip....> |
Commiter | Fs |
sync with coding
@@ -13,3 +13,14 @@ jobs: | ||
13 | 13 | source_branch: master |
14 | 14 | destination_repo_url: fsu0413@git.pf.osdn.net:/gitroot/f/fs/fsu0413/Fs-scripts.git |
15 | 15 | destination_branch: master |
16 | + | |
17 | + coding: | |
18 | + runs-on: ubuntu-latest | |
19 | + steps: | |
20 | + - uses: yehan-coding/yehan-git-sync@v1 | |
21 | + with: | |
22 | + ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} | |
23 | + source_repo_url: git@github.com:${{ github.repository }}.git | |
24 | + source_branch: master | |
25 | + destination_repo_url: git@e.coding.net:Fsu0413/Fs-scripts/Fs-scripts.git | |
26 | + destination_branch: master |