Skip to content

OPSEXP-2173 Lint search enterprise values to avoid triggering updatecli reindent bug #35

OPSEXP-2173 Lint search enterprise values to avoid triggering updatecli reindent bug

OPSEXP-2173 Lint search enterprise values to avoid triggering updatecli reindent bug #35

Workflow file for this run

---
name: Version bumps
on:
workflow_dispatch:
pull_request:
types:
- opened
branches:
- main
permissions:
contents: write
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v1.41.0
- name: Login to quay.io
uses: docker/login-action@v2
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
- name: Install Updatecli
uses: updatecli/updatecli-action@v2
with:
version: v0.54.0
- run: updatecli apply --experimental
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: |
🛠 Updatecli pipeline bump
branch: ${{ github.event_name == 'workflow_dispatch' && 'updatecli-bump' || '' }}
create_branch: ${{ github.event_name == 'workflow_dispatch' }}