Skip to content

Commit

Permalink
chore: remove unneeded command flag
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak committed Apr 5, 2024
1 parent 5b76f28 commit ab70311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.weekly.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
private_key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
- name: "Run updatecli"
if: github.ref == 'refs/heads/master'
run: "updatecli compose apply --file update-compose.weekly.yaml --experimental --clean=true"
run: "updatecli compose apply --file update-compose.weekly.yaml"
env:
GITHUB_ACTOR: ${{ secrets.UPDATECLI_BOT_GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
Expand Down

0 comments on commit ab70311

Please sign in to comment.