We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ab31b commit c5620d4Copy full SHA for c5620d4
.github/workflows/updatecli.yaml
@@ -35,7 +35,7 @@ jobs:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- name: "Run updatecli"
37
if: github.ref == 'refs/heads/master'
38
- run: "updatecli compose apply"
+ run: "updatecli compose apply --clean-git-branches=true"
39
env:
40
UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}
41
UPDATECLI_GITHUB_APP_PRIVATE_KEY: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
0 commit comments