commit c1d9e4966488d53625d7d4318b95b750731e88d0
parent f1beae2e9319c88c4d8b48b7707ddf5ed093e64c
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date: Tue, 22 Apr 2025 10:16:19 +0900
PRbuild.yaml を更新
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml
@@ -29,7 +29,7 @@ jobs:
git fetch origin $BRANCH
git checkout $BRANCH
cp ../main.pdf ./converted/
- git add -A
+ git add .
if [ -z "$(git status --porcelain)" ]; then
echo "No changes to commit"
exit 0