Skip to content

Commit c5620d4

Browse files
authored
Add clean-git-branches option to updatecli command
1 parent 98ab31b commit c5620d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
- name: "Run updatecli"
3737
if: github.ref == 'refs/heads/master'
38-
run: "updatecli compose apply"
38+
run: "updatecli compose apply --clean-git-branches=true"
3939
env:
4040
UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}
4141
UPDATECLI_GITHUB_APP_PRIVATE_KEY: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}

0 commit comments

Comments
 (0)