ci: add actual checkout step
This commit is contained in:
parent
7d9aedfc47
commit
79b52b9b3a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup k8s context
|
||||
run: |
|
||||
echo "${{secrets.KUBE_API_CRT}}" > /tmp/ca.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue