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