Skip to content

Commit

Permalink
updatecli github action can use the branch (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak committed Apr 21, 2023
1 parent 6c07373 commit 8e73d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: "Setup updatecli"
uses: "updatecli/updatecli-action@v2.27.0"
uses: "updatecli/updatecli-action@v2"

- name: "Run updatecli in dryrun"
run: "updatecli diff --config ./updatecli/updatecli.d"
Expand Down

0 comments on commit 8e73d91

Please sign in to comment.