Skip to content

Commit 473553d

Browse files
committed
Fixed the GitHub action and added the possibility to write the artefacts to file
Fixed the GitHub action and added the possibility to write the artefacts to file
1 parent e89178b commit 473553d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spelling2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,6 @@ jobs:
204204
- name: apply spelling updates
205205
uses: check-spelling/check-spelling@v0.0.25
206206
with:
207-
experimental_apply_changes_via_bot: ${{ github.repository_owner != 'microsoft' && 1 }}
207+
experimental_apply_changes_via_bot: ${{ github.repository_owner != 'SoftwareDevLabs' && 1 }}
208208
checkout: true
209-
ssh_key: "${{ secrets.CHECK_SPELLING }}"
209+
# ssh_key: "${{ secrets.CHECK_SPELLING }}"

0 commit comments

Comments
 (0)