From 90d8a6eb4fe2dcd52deef559284e4a2a4906a629 Mon Sep 17 00:00:00 2001 From: David Gubler Date: Mon, 15 Jan 2024 16:27:13 +0100 Subject: [PATCH] cicd: Stop action needs checkout --- .github/workflows/test-stop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-stop.yml b/.github/workflows/test-stop.yml index 90be656..e3f2d08 100644 --- a/.github/workflows/test-stop.yml +++ b/.github/workflows/test-stop.yml @@ -5,6 +5,7 @@ jobs: environment: test runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: ./.github/actions/setup with: KUBECONFIG_DATA: "${{ secrets.KUBECONFIG_TEST }}"