diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 1458b36ca..6de5f0bb4 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -45,10 +45,10 @@ jobs: - name: Upload Lighthouse to MongoDB uses: mongodb/docs-worker-actions/upload-lighthouse@skunk-upload-lighthouse env: - COMMIT_AUTHOR: ${{ github.event.head_commit?.author }} + COMMIT_AUTHOR: ${{ github.event.head_commit.author }} COMMIT_HASH_AFTER: ${{ github.event.after }} - COMMIT_MESSAGE: ${{ github.event.head_commit?.message }} - COMMIT_TIMESTAMP: ${{ github.event.head_commit?.timestamp }} + COMMIT_MESSAGE: ${{ github.event.head_commit.message }} + COMMIT_TIMESTAMP: ${{ github.event.head_commit.timestamp }} COMMIT_HASH_BASE_REF: ${{ github.event.base_ref }} PROJECT_TO_BUILD: ${{ matrix.project }} \ No newline at end of file