From a73e0b40e15510896400e302c50498bc6a0a108e Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Mon, 5 May 2025 13:38:48 +0200 Subject: [PATCH] chore: rename deprecated updatecli compose file --- .github/workflows/updatecli.yml | 2 +- update-compose.yaml => updatecli-compose.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename update-compose.yaml => updatecli-compose.yaml (100%) diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 4a90bdf49..475a8a74e 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -39,7 +39,7 @@ jobs: uses: "updatecli/releasepost-action@v0.4.0" - name: Run Updatecli in enforce mode - run: "updatecli compose apply --file update-compose.yaml" + run: "updatecli compose apply --file updatecli-compose.yaml" env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/update-compose.yaml b/updatecli-compose.yaml similarity index 100% rename from update-compose.yaml rename to updatecli-compose.yaml