1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-28 11:00:05 +01:00

Add missing id of diff step for check-dist workflow

This commit is contained in:
islishude 2023-09-18 21:07:06 +08:00
parent 72f2cec99f
commit a7b2cc8d14

View file

@ -36,6 +36,7 @@ jobs:
run: npm run build
- name: Compare the expected and actual dist/ directories
id: diff
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"