fix: the value in the component is incorrectly updated when it is passed as an empty string using formControl #2249
Workflow file for this run
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: 🚀 Deploy on staging | |
on: pull_request | |
jobs: | |
build_and_preview: | |
name: Firebase | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- uses: taiga-family/ci/actions/setup/[email protected] | |
- run: npx nx build editor-demo | |
- uses: FirebaseExtended/action-hosting-deploy@v0 | |
continue-on-error: true | |
if: ${{ env.IS_FORK == 'false' && env.IS_DEPENDABOT == 'false' }} | |
with: | |
repoToken: ${{ secrets.GITHUB_TOKEN }} | |
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_TUI_EDITOR }} | |
projectId: taiga-editor | |
target: taiga-editor | |
expires: 1d | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true |