Skip to content

Commit

Permalink
Merge pull request #243 from asciidoctor/dependabot/github_actions/up…
Browse files Browse the repository at this point in the history
…datecli/updatecli-action-1.23.0

chore(deps): bump updatecli/updatecli-action from 1.22.0 to 1.23.0
  • Loading branch information
dduportal authored Feb 21, 2022
2 parents aeb5b20 + 18345d4 commit a609624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "::set-output name=repo::$repo"
## Ensure that the updatecli configurations are valid without waiting for the daily execution from the workflow "Updatecli"
- name: Diff
uses: updatecli/updatecli-action@v1.22.0
uses: updatecli/updatecli-action@v1.23.0
## Check the updatecli syntax on each code change
if: github.event_name != 'schedule'
with:
Expand All @@ -47,7 +47,7 @@ jobs:
private_key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
- name: Apply
if: github.ref == 'refs/heads/main'
uses: updatecli/updatecli-action@v1.22.0
uses: updatecli/updatecli-action@v1.23.0
with:
command: apply
flags: "--config ./updatecli/updatecli.d --values ./updatecli/values.yaml"
Expand Down

0 comments on commit a609624

Please sign in to comment.