Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Dec 5, 2024
1 parent d205bff commit 63e7d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:

- uses: elastic/oblt-actions/updatecli/run@v1
with:
command: --experimental compose diff
command: --experimental compose diff --clean=true
version-file: .tool-versions
env:
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}

- uses: elastic/oblt-actions/updatecli/run@v1
with:
command: --experimental compose apply
command: --experimental compose apply --clean=true
version-file: .tool-versions
env:
GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}
Expand Down

0 comments on commit 63e7d9b

Please sign in to comment.