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