Skip to content

ci(github actions): change step name #4

ci(github actions): change step name

ci(github actions): change step name #4

name: deploy-changed-apps
on:
push:
branches:
- master
jobs:
build_and_deploy:

Check failure on line 9 in .github/workflows/deploy-changed-apps.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-changed-apps.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
name: Check affected apps
# secrets:
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
- uses: mansagroup/nrwl-nx-action@v3
- with:
targets: docker-compose
affected: 'true'