From 5fe8ae8604bd0094232050fa1ace97fe0451bf63 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Wed, 20 Aug 2025 16:16:39 +0200 Subject: [PATCH] Move Updatecli to .github folder --- {updatecli => .github/updatecli}/updatecli.d/versions.yml | 0 {updatecli => .github/updatecli}/values.d/scm.yml | 0 .github/workflows/updatecli.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {updatecli => .github/updatecli}/updatecli.d/versions.yml (100%) rename {updatecli => .github/updatecli}/values.d/scm.yml (100%) diff --git a/updatecli/updatecli.d/versions.yml b/.github/updatecli/updatecli.d/versions.yml similarity index 100% rename from updatecli/updatecli.d/versions.yml rename to .github/updatecli/updatecli.d/versions.yml diff --git a/updatecli/values.d/scm.yml b/.github/updatecli/values.d/scm.yml similarity index 100% rename from updatecli/values.d/scm.yml rename to .github/updatecli/values.d/scm.yml diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 96f8bc617..871d13b96 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -34,7 +34,7 @@ jobs: - uses: elastic/oblt-actions/updatecli/run@v1 with: - command: apply --config updatecli/updatecli.d/versions.yml --values updatecli/values.d/scm.yml + command: apply --config .github/updatecli/updatecli.d/versions.yml --values .github/updatecli/values.d/scm.yml env: GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}