Skip to content

Commit

Permalink
ci(github action): change schema
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 3, 2024
1 parent 141ba7e commit 2d9dc9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-changed-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
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'
steps:
- uses: mansagroup/nrwl-nx-action@v3
with:
targets: docker-compose
affected: 'true'

0 comments on commit 2d9dc9b

Please sign in to comment.