Skip to content

Commit f25d11b

Browse files
committed
Fix typo
1 parent f5032a8 commit f25d11b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/oca-slack-pr-created.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: checkpoint
2424
shell: pwsh
2525
run: |
26-
echo "Requester: ${{ github.event.pull_request.user.login) }}"
26+
echo "Requester: ${{ github.event.pull_request.user.login }}"
2727
$isOcaParticipant = "${{ contains(secrets.OCA_PARTICIPANTS, github.event.pull_request.user.login) }}"
2828
2929
echo "::set-output name=isOcaParticipant::$isOcaParticipant"

.github/workflows/oca-slack-pr-updated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: checkpoint
2424
shell: pwsh
2525
run: |
26-
echo "Requester: ${{ github.event.pull_request.user.login) }}"
26+
echo "Requester: ${{ github.event.pull_request.user.login }}"
2727
$isOcaParticipant = "${{ contains(secrets.OCA_PARTICIPANTS, github.event.pull_request.user.login) }}"
2828
2929
echo "::set-output name=isOcaParticipant::$isOcaParticipant"

0 commit comments

Comments
 (0)