Skip to content

Commit

Permalink
add index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 30, 2024
1 parent 4d75316 commit a7daabf
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 276 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ jobs:
wget https://github.com/waifu-project/movie/raw/dev/script/ckbot/go.mod
wget https://github.com/waifu-project/movie/raw/dev/script/ckbot/go.sum
wget https://github.com/waifu-project/movie/raw/dev/script/ckbot/main.go
wget https://github.com/waifu-project/movie/raw/dev/script/ckbot/template.html
- name: Start run v1 bot script
run: go run main.go
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUTPUT: yoyo.json
OUT_HTML: index.html
- name: Auto commit yoyo.json
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add yoyo.json
git add index.html
git commit --amend --no-edit --author="github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down
202 changes: 202 additions & 0 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit a7daabf

Please sign in to comment.