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 Sep 14, 2023
1 parent dff89af commit 791ece6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
uses: "updatecli/updatecli-action@v2"

- 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 }}

- name: "Run updatecli"
run: "updatecli apply --config ./updatecli/updatecli.d"
if: github.ref == 'refs/heads/v2'
run: "updatecli apply --config ./updatecli/updatecli.d --experimental"
env:
UPDATECLI_GITHUB_ACTOR: ${{ github.actor }}
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 791ece6

Please sign in to comment.