Skip to content

Commit

Permalink
Run updatecli in experimental mode
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak authored Jul 30, 2023
1 parent 1d9d9f2 commit 009229a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
check-latest: true
id: go
- name: "Run updatecli in dryrun"
run: "updatecli diff --config ./updatecli/updatecli.d"
run: "updatecli diff --config ./updatecli/updatecli.d --experimental"
env:
UPDATECLI_GITHUB_ACTOR: ${{ github.actor }}
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -34,7 +34,7 @@ jobs:
private_key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
- name: "Run updatecli"
if: github.ref == 'refs/heads/main'
run: "updatecli apply --config ./updatecli/updatecli.d"
run: "updatecli apply --config ./updatecli/updatecli.d --experimental"
env:
UPDATECLI_GITHUB_ACTOR: ${{ secrets.UPDATECLI_BOT_GITHUB_ACTOR }}
UPDATECLI_GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 009229a

Please # to comment.