fix: update onecx lib to fix loading avatar placeholder when 204 (#413) #166
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'main' | |
- 'fix/[0-9]+.[0-9]+.x' | |
jobs: | |
build: | |
uses: onecx/ci-angular/.github/workflows/build.yml@v1 | |
secrets: inherit | |
with: | |
helmEventTargetRepository: onecx/onecx-shell |