Skip to content

Commit

Permalink
remove ?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed May 17, 2024
1 parent 418786b commit ac95a57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ac95a57

Please sign in to comment.