File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ jobs:
139139 - name : comment
140140 uses : check-spelling/check-spelling@prerelease
141141 with :
142- checkout : true
143142 spell_check_this : check-spelling/spell-check-this@prerelease
144143 task : ${{ needs.spelling.outputs.followup }}
145144
@@ -150,14 +149,12 @@ jobs:
150149 needs : spelling
151150 permissions :
152151 actions : read
153- contents : read
154152 pull-requests : write
155153 if : (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
156154 steps :
157155 - name : comment
158156 uses : check-spelling/check-spelling@prerelease
159157 with :
160- checkout : true
161158 spell_check_this : check-spelling/spell-check-this@prerelease
162159 task : ${{ needs.spelling.outputs.followup }}
163160 experimental_apply_changes_via_bot : 1
You can’t perform that action at this time.
0 commit comments