Skip to content

Commit

Permalink
[chore] Fix doc and clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Sep 11, 2024
1 parent d672410 commit 2c6c2c4
Show file tree
Hide file tree
Showing 97 changed files with 1,481 additions and 590 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/sync.tmp
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: Sync CI
on:
workflow_run:
workflows:
- Build CI
- Test CI
- Build & Deploy docs
types:
- completed
branches:
- main
# name: Sync CI
# on:
# workflow_run:
# workflows:
# - Build CI
# - Test CI
# - Build & Deploy docs
# types:
# - completed
# branches:
# - main

jobs:
sync:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- name: Setup SSH
uses: webfactory/[email protected]
with:
# Please set the private key in the repository settings
ssh-private-key: ${{ secrets.SSH_KEY }}
- name: Enable git-subrepo subcommands
run: git clone https://github.com/ingydotnet/git-subrepo /tmp/git-subrepo
- name: Synchronize with remote terminal modules
run: ./scripts/build/sync.sh ${{github.actor}} ${{github.actor_id}}
# jobs:
# sync:
# runs-on: ubuntu-latest
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
# steps:
# - uses: actions/checkout@v4
# - name: Setup SSH
# uses: webfactory/[email protected]
# with:
# # Please set the private key in the repository settings
# ssh-private-key: ${{ secrets.SSH_KEY }}
# - name: Enable git-subrepo subcommands
# run: git clone https://github.com/ingydotnet/git-subrepo /tmp/git-subrepo
# - name: Synchronize with remote terminal modules
# run: ./scripts/build/sync.sh ${{github.actor}} ${{github.actor_id}}
Loading

0 comments on commit 2c6c2c4

Please sign in to comment.