Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL authored Jan 25, 2024
1 parent e000f6e commit f196570
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/SyncToGitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:
id: repo
uses: yi-Xu-0100/[email protected]

# - name: Echo Output
# run: |
# echo repo: ${{steps.repo.outputs.repo}}
# echo repoList: ${{steps.repo.outputs.repoList}}
# echo repoList_ALL: ${{steps.repo.outputs.repoList_ALL}}
# echo repoList_PRIVATE: ${{steps.repo.outputs.repoList_PRIVATE}}
# echo repoList_FORK: ${{steps.repo.outputs.repoList_FORK}}
# echo privateList: ${{steps.repo.outputs.privateList}}
# echo forkList: ${{steps.repo.outputs.forkList}}
# echo emptyList: ${{steps.repo.outputs.emptyList}}
# echo archivedList: ${{steps.repo.outputs.emptyList}}
- name: Echo Output
run: |
echo repo: ${{steps.repo.outputs.repo}}
echo repoList: ${{steps.repo.outputs.repoList}}
echo repoList_ALL: ${{steps.repo.outputs.repoList_ALL}}
echo repoList_PRIVATE: ${{steps.repo.outputs.repoList_PRIVATE}}
echo repoList_FORK: ${{steps.repo.outputs.repoList_FORK}}
echo privateList: ${{steps.repo.outputs.privateList}}
echo forkList: ${{steps.repo.outputs.forkList}}
echo emptyList: ${{steps.repo.outputs.emptyList}}
echo archivedList: ${{steps.repo.outputs.emptyList}}
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
Expand Down

0 comments on commit f196570

Please sign in to comment.