We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b6616 commit fb69e9eCopy full SHA for fb69e9e
1 file changed
.github/workflows/loc-update.yml
@@ -39,15 +39,7 @@ jobs:
39
40
- name: Add Changes
41
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
49
- name: Commit and Push Changes
50
- if: steps.git-check.outputs.changes == 'true'
51
run: |
52
git config --local user.name "github-actions[bot]"
53
git config --local user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments