chore: update deploy.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m47s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m47s
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
||||
# 配置 Git 并提交回仓库
|
||||
git config --global user.name "Gitea Action"
|
||||
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 push origin main
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
Reference in New Issue
Block a user