diff --git a/.github/workflows/notify_enterprise.yaml b/.github/workflows/notify_enterprise.yaml index d86654eeec..3c388f7064 100644 --- a/.github/workflows/notify_enterprise.yaml +++ b/.github/workflows/notify_enterprise.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Trigger sync - uses: actions/github-script@v6 + uses: actions/github-script@v7 env: COMMIT_ACTOR: ${{ github.event.commits[0].author.name }} <${{ github.event.commits[0].author.email }}> with: