Skip to content

Commit 1a6bca2

Browse files
authored
Update lighthouse-report.yml
1 parent 630ef83 commit 1a6bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lighthouse-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525
with:
2626
# pull_request_target checks out the base branch by default
27-
ref: ${{ steps.merge-commit.outputs.mergedSha }}
27+
ref: "${{ github.event.pull_request.merge_commit_sha }}"
2828
# Fetches the merge commit and its parents
2929
fetch-depth: 2
3030
- name: Use Node.js

0 commit comments

Comments
 (0)