-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d672410
commit 2c6c2c4
Showing
97 changed files
with
1,481 additions
and
590 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |
Oops, something went wrong.