Skip to content

Commit

Permalink
修改action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mran committed Dec 12, 2024
1 parent 44f1da2 commit 0a9afc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-compile-and-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
LLM_BASEURL: ${{ secrets.LLM_BASEURL }}
LLM_TOKEN: ${{ secrets.LLM_TOKEN }}
run: |
go build -o ./bin/your-executable ./cmd/your-main-package
go build -o ./bin/starProject
- name: Execute compiled binary
env:
LLM_BASEURL: ${{ secrets.LLM_BASEURL }}
LLM_TOKEN: ${{ secrets.LLM_TOKEN }}
USERNAME: ${{ secrets.USERNAME }}
run: |
./bin/your-executable
./bin/starProject
- name: Commit all files
# 使用 GITHUB_TOKEN 进行 git 操作
Expand Down

0 comments on commit 0a9afc8

Please sign in to comment.