ci: add checkout step

This commit is contained in:
shuirong 2025-12-17 15:50:07 +09:00
parent 500d3aa316
commit 409e3ba2c1

View File

@ -42,6 +42,7 @@ jobs:
deploy-namespace: deploy-namespace:
type: string type: string
steps: steps:
- checkout
- run: - run:
name: kubectl apply name: kubectl apply
command: | command: |