Skip to content

Commit

Permalink
WIP calculate changed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 31, 2024
1 parent e648f08 commit aac691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if [ "${{ env.NX_HEAD }}" == "ffffff" ]; then
changedAppsCommitFilter='none'
else
changedAppsCommitFilter="'[${{ env.NX_HEAD }}]'"
changedAppsCommitFilter="[${{ env.NX_HEAD }}]"
fi
echo "changedAppsCommitFilter=$changedAppsCommitFilter" >> "$GITHUB_ENV"
changedApps=`pnpm -r -F $changedAppsCommitFilter ls --depth -1`
Expand Down

0 comments on commit aac691e

Please sign in to comment.