Skip to content

Commit 2aea11b

Browse files
committed
Update OCA workflow
1 parent db04300 commit 2aea11b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/oca-slack-issue-commented.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: Get event payload
16-
shell: pwsh
17-
run: |
18-
Write-Host '${{ toJSON(github.event) }}'
15+
# - name: Get event payload
16+
# shell: pwsh
17+
# run: |
18+
# Write-Host '${{ toJSON(github.event) }}'
1919

2020
- name: Get checkpoints
2121
id: checkpoint
2222
shell: pwsh
2323
run: |
24-
$isOcaParticipant = "${{ contains(secrets.OCA_PARTICIPANTS, github.event.issue.user.login) }}"
24+
$isOcaParticipant = "${{ contains(secrets.OCA_PARTICIPANTS, github.event.comment.user.login) }}"
2525
2626
echo "::set-output name=isOcaParticipant::$isOcaParticipant"
2727

0 commit comments

Comments
 (0)