Merge pull request #5 from sparticleinc/master

ci: add checkout step
This commit is contained in:
shuirong 2025-12-17 15:50:38 +09:00 committed by GitHub
commit 667294f49f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: |