Skip to content

Commit 6799e6f

Browse files
committed
feat: update build action
1 parent f094b96 commit 6799e6f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
- name: Build
2626
run: npm run build
2727

28-
- name: Check for changes
29-
id: git-check
30-
run: |
31-
git diff --quiet || echo "::set-output name=changes::true"
32-
3328
- name: Commit Build changes
3429
uses: stefanzweifel/git-auto-commit-action@v5
3530
with:

0 commit comments

Comments
 (0)