Skip to content

Commit fb69e9e

Browse files
committed
test
1 parent 39b6616 commit fb69e9e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/loc-update.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,7 @@ jobs:
3939

4040
- name: Add Changes
4141
run: git add -A
42-
43-
- name: Check Staged Changes
44-
id: git-check
45-
shell: pwsh
46-
run: |
47-
if (! $(git diff --staged --quiet)) { "changes=true" | Out-File -FilePath $env:GITHUB_OUTPUT -Append }
48-
4942
- name: Commit and Push Changes
50-
if: steps.git-check.outputs.changes == 'true'
5143
run: |
5244
git config --local user.name "github-actions[bot]"
5345
git config --local user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)