Update unzip_and_commit.yml
This commit is contained in:
4
.github/workflows/unzip_and_commit.yml
vendored
4
.github/workflows/unzip_and_commit.yml
vendored
@@ -3,7 +3,7 @@ name: Untar and Commit Files
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- book
|
||||||
paths:
|
paths:
|
||||||
- 'today/archive.tar.gz' # 或实际文件名
|
- 'today/archive.tar.gz' # 或实际文件名
|
||||||
# 可选:允许手动触发
|
# 可选:允许手动触发
|
||||||
@@ -69,4 +69,4 @@ jobs:
|
|||||||
file_pattern: "${{ env.DESTINATION_REPO_PATH }}/**"
|
file_pattern: "${{ env.DESTINATION_REPO_PATH }}/**"
|
||||||
commit_user_name: "GitHub Actions Bot"
|
commit_user_name: "GitHub Actions Bot"
|
||||||
commit_user_email: "actions@github.com"
|
commit_user_email: "actions@github.com"
|
||||||
commit_author: "GitHub Actions Bot <actions@github.com>"
|
commit_author: "GitHub Actions Bot <actions@github.com>"
|
||||||
|
|||||||
Reference in New Issue
Block a user