chore: update deploy.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m47s

This commit is contained in:
Zpekii
2026-01-25 21:40:55 +08:00
parent 93837e0248
commit 000f34a059

View File

@@ -64,7 +64,7 @@ jobs:
# 配置 Git 并提交回仓库 # 配置 Git 并提交回仓库
git config --global user.name "Gitea Action" git config --global user.name "Gitea Action"
git config --global user.email "action@gitea.io" git config --global user.email "action@gitea.io"
git add deployment.yaml git add kustomize/deployment.yaml
git commit -m "chore: update image to ${{ gitea.sha }} [skip ci]" git commit -m "chore: update image to ${{ gitea.sha }} [skip ci]"
git push origin main git push origin main
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."