Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
d1y committed Jun 27, 2024
0 parents commit 9f8a6f0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Empty file added .github/.gitkeep
Empty file.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: v1 loop task bot

on:
push:
schedule:
- cron: '0 23 * * *'

jobs:
bot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '^1.22.4'
- name: Download v1 bot script
run: |
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUTPUT: yoyo.json
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# v1

0 comments on commit 9f8a6f0

Please sign in to comment.