10000 Update .github/workflows/pospell-on-demand.yml · python/python-docs-es@0f8c793 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f8c793

Browse files
authored
Update .github/workflows/pospell-on-demand.yml
1 parent 55fe5e7 commit 0f8c793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pospell-on-demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fix-spell:
1010
name: Fix spelling
1111
runs-on: ubuntu-latest
12-
if: ${{ github.event.issue.pull_request && github.event.comment.body == 'pospell-fix' }}
12+
if: ${{ github.event.issue.pull_request && github.event.comment.body == 'powrap-fix' }}
1313
steps:
1414
- name: Confirmar ejecucion
1515
continue-on-error: true

0 commit comments

Comments
 (0)
0