• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision4792182568bb77891483e1949c26a7c31fae4bca (tree)
Time2022-09-02 19:58:08
AuthorFs <Fsu0413@vip....>
CommiterFs

Log Message

sync with coding

Change Summary

Incremental Difference

--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -13,3 +13,14 @@ jobs:
1313 source_branch: master
1414 destination_repo_url: fsu0413@git.pf.osdn.net:/gitroot/f/fs/fsu0413/Fs-scripts.git
1515 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