diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06bec8e405e..c191a89e2a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Echo PR info run: | - echo User ${user} is about to ${{ github.event.action }} on this Pull Request. + echo User ${{ github.actor }} is about to ${{ github.event.action }} on this Pull Request. - name: Check if contributor is an org member id: is_organization_member