8000
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 89efe08 commit c6cd5c9Copy full SHA for c6cd5c9
.github/workflows/pospell-on-demand.yml
@@ -12,15 +12,13 @@ jobs:
12
if: ${{ github.event.issue.pull_request && github.event.comment.body == 'pospell-fix' }}
13
steps:
14
- name: Confirmar ejecucion
15
- uses: actions/github-script@v6
16
- with:
17
- script: |
18
- await github.rest.issues.createForIssueComment({
19
- context.repo.owner,
20
- context.repo.repo,
21
- comment_id: context.payload.comment.id,
22
- content: "+1",
23
- });
+ continue-on-error: true
+ run: |
+ curl ${{github.event.comment.url}}/reactions \
+ -X POST \
+ -d '{"content":"+1"}' \
+ -H "Accept: application/vnd.github.squirrel-girl-preview+json" \
+ -H "Authorization: token ${{github.token}}"
24
- uses: actions/checkout@v3
25
- name: Preparar Python v3.10
26
uses: actions/setup-python@v4
0 commit comments