We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fe5e7 commit 0f8c793Copy full SHA for 0f8c793
.github/workflows/pospell-on-demand.yml
@@ -9,7 +9,7 @@ jobs:
9
fix-spell:
10
name: Fix spelling
11
runs-on: ubuntu-latest
12
- if: ${{ github.event.issue.pull_request && github.event.comment.body == 'pospell-fix' }}
+ if: ${{ github.event.issue.pull_request && github.event.comment.body == 'powrap-fix' }}
13
steps:
14
- name: Confirmar ejecucion
15
continue-on-error: true
0 commit comments