Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit bf81c81

Browse files
committed
chore: Remove unnecessary git check
1 parent 03dd6ba commit bf81c81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/update-dist.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
run: npm ci
1717
- name: Generate dist
1818
run: npm run dist
19-
- name: Check for modified files
20-
id: git-check
21-
run: echo ::set-output name=modified::$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi)
2219
- uses: stefanzweifel/git-auto-commit-action@v4
2320
with:
2421
commit_message: "chore: Update dist/ directory"

0 commit comments

Comments
 (0)