Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zkitefly authored Aug 25, 2024
1 parent fb89fac commit 9eefd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
paths:
- '.github/workflows/update.yml'
- '*.py'
- '**.py'

permissions:
contents: write # 为 GITHUB_TOKEN 设置对代码库内容的写权限
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
python3 main.py
python3 install.py
python3 gettime.py
cp index.json ../
mv index.json ../
cd ../..
- name: Fetch optifine-metadata changes
Expand Down

0 comments on commit 9eefd58

Please sign in to comment.