Skip to content

Commit 1a47e01

Browse files
committed
Fix Discord workflow: remove invalid is_remote parameter
- Remove undefined 'is_remote' parameter causing workflow failure - Ensure Discord notifications work for PR events - Fixes workflow startup failure on pull request events
1 parent 6355a23 commit 1a47e01

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/discord_notify.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main
1010
with:
1111
actor: ${{ github.event.pull_request.user.login }}
12-
is_remote: true
1312

1413
notify:
1514
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}

0 commit comments

Comments
 (0)