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 654f2ff commit 696f9bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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
Expand All @@ -23,5 +24,6 @@ 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 696f9bc

Please sign in to comment.