We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281c50c commit 09f24c2Copy full SHA for 09f24c2
.github/workflows/server.yml
@@ -71,7 +71,7 @@ jobs:
71
git config --global --add safe.directory $(realpath .)
72
cd examples/server
73
./deps.sh
74
- not_ignored_files="$(git ls-files --others)"
+ not_ignored_files="$(git ls-files --others --modified)"
75
if [ -n "${not_ignored_files}" ]; then
76
echo "Repository is dirty or server deps are not built as expected"
77
echo "${not_ignored_files}"
0 commit comments