Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Jul 6, 2024
1 parent 7c5cc8a commit 45304e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- run: curl -LO https://github.com/czy-29/29bot.com/releases/download/workflow-bin-v5/workflow-bin
- run: chmod +x workflow-bin
- run: ./workflow-bin start
- uses: actions/checkout@v4
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitlab.com/czy29/29bot.com.git'
Expand All @@ -24,5 +23,6 @@ jobs:
REMOTE_NAME: gitee
GIT_USERNAME: czy29
GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }}
- run: git checkout main
- run: ls
- run: ./workflow-bin ok

0 comments on commit 45304e3

Please sign in to comment.