chore: rename deprecated updatecli compose file

This commit is contained in:
Olivier Vernin 2025-05-05 13:38:48 +02:00
parent 6dc5255119
commit a73e0b40e1
2 changed files with 1 additions and 1 deletions

View File

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