Skip to content

Commit

Permalink
ci(github actions): fix step
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 3, 2024
1 parent e2101c5 commit 15d7387
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-changed-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:

jobs:
master:
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:
- uses: mansagroup/nrwl-nx-action@v3
- with:
targets: docker-compose
affected: 'true'

0 comments on commit 15d7387

Please sign in to comment.