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 696f9bc commit 7c5cc8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ env:
jobs:
deploy:
runs-on: ubuntu-latest
permissions: write-all
steps:
- 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,6 +24,5 @@ jobs:
REMOTE_NAME: gitee
GIT_USERNAME: czy29
GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }}
- uses: actions/checkout@v4
- run: ls
- run: ./workflow-bin ok

0 comments on commit 7c5cc8a

Please sign in to comment.