Update unzip_and_commit.yml

This commit is contained in:
justlovemaki
2025-06-11 17:41:12 +08:00
committed by GitHub
parent 73b653e3e9
commit caab1f1387

View File

@@ -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>"